I am using a third party library in one of my tools that uses the standard logging from golang. The library is https://github.com/jason0x43/go-toggl
Now I wrote a command line utility that instruments toggl and I do not want to have the logging written there. I found Go: Disable a log.Logger? but this deals with disabling within the own code. How can I disable logging in a library?