You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to run the command with go installed, there is an errror:
$go get -u github.com/banyanops/collector/...
# github.com/banyanops/collector/cmd/collector
../go/src/github.com/banyanops/collector/cmd/collector/main.go:406:31: not enough arguments in call to log4go.NewFileLogWriter
have (string)
want (string, bool)
Anyone can help me?
Besides, the version of go is go1.13.4.
$go version
go version go1.13.4 linux/amd64
The text was updated successfully, but these errors were encountered:
When I tried to run the command with go installed, there is an errror:
Anyone can help me?
Besides, the version of go is go1.13.4.
The text was updated successfully, but these errors were encountered: