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
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"
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
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