grandstairs
grandstairs
I am struggling to figure out how to install Go on an ARM / Apple Silicon macbook. ```bash $ gvm install go1.4 Installing go1.4... * Compiling... /Users/owner/.gvm/scripts/install: line 93: go:...
When I send a message it shows up in cloudwatch as a function call for some reason. ``` f, _ := fluent.New(fluent.Config{FluentPort: port, FluentHost: "localhost"}) f.Post("tag_name_here", msg) // msg is...
I would like to use this library as the basis for multiple logging libraries. However, the only way I was able to figure was to create an `io.WriteCloser` that wraps...