go get uses current commit instead of last released version
client: add Logger interface to give programs more control
I just updated Logger.Init to return slog.Logger as requested.
c9fa5eb4ab
client: add Logger interface to give programs more control
client: add Logger interface to give programs more control
Sorry, to bother you again, but is there anything else missing to get this merged?
client: add Logger interface to give programs more control
Oh, sorry, missed that. I added the missing changes and ran the test suite (and rebased). Also updated/improved a few code comments.
f8c7a82345
client: add Logger interface to give programs more control
4b2ba41dd4
CI: Use Codeberg runner
client: add Logger interface to give programs more control
Hi, any news? Anything I can do to help getting this merged?
client: add Logger interface to give programs more control
Yes, is that a problem? Should I add a comment?
Restore ability to run client.New without debug output to stdout
Why can I close this issue when I push to my fork? Anyway, I've created a pull request with a possible implementation. Please have a look
Restore ability to run client.New without debug output to stdout
client: add Logger interface to give programs more control
6454c6140d
client: add Logger interface to give programs more control
Restore ability to run client.New without debug output to stdout
Restore ability to run client.New without debug output to stdout
Something like this in eduvpn-common/client?
type Logger interface {
Init(dir string) error
Close() error
}
And then modify client.New to add a logger parameter....
Restore ability to run client.New without debug output to stdout