[go-nuts] Re: Logging libraries and standard library compatibility

2021-08-28 Thread Amnon
Yes, this is a massive pain. The standard library's log.Logger is not an interface, despite ending in er. If it was an interface, it would be easy for third party packages to implement it, and then it would be a lowest common denominator for any package where doing some logging could be useful

[go-nuts] Installation of go1.17.linux-amd64.tar.gz onto Ubuntu Linux Desktop 20.04.3 LTS failed

2021-08-28 Thread Fajar Sumirat
Condition: [a] My laptop specification $ cat /etc/os-release fajar@fajar-Lenovo-ideapad-320-14AST:~$ cat /etc/os-release NAME="Ubuntu" VERSION="20.04.3 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.3 LTS" VERSION_ID="20.04"

[go-nuts] Logging libraries and standard library compatibility

2021-08-28 Thread Amit Saha
Hi all, a huge disclaimer - I am not familiar with the design decisions and internal details of anything that follows. They are coming from the point of view of a consumer of the language and the ecosystem and also someone trying to write about these things for an audience. Say I have an applicati

[go-nuts] Re: Right way to start gomobile in IOS

2021-08-28 Thread ma...@eliasnaur.com
On Wednesday, 25 August 2021 at 22:31:31 UTC+2 Higherous wrote: > Hello all. How do I need to start my server written in Go and used in the > iOS app? > I tried as in many tutorials, just > > *ServerStartArg("8090", documentDirectory[0])* > > This starts the server, but the application freezes