promqueen icon indicating copy to clipboard operation
promqueen copied to clipboard

Update README.md

Open sebastianpiskorski opened this issue 3 years ago • 0 comments

I could not run bo build without running go mod init. I'm not a Go developer, so I do not understand it fully and errors displayed did not explain anything that I could understand.

Error message:

main.go:12:2: /home/user/go/src/vendor/github.com/sirupsen/logrus must be imported as github.com/sirupsen/logrus
../../model/reader.go:9:2: cannot find package "." in:
	/home/user/go/src/vendor/github.com/sirupsen/logrus
main.go:13:2: cannot find package "." in:
	/home/user/go/src/gopkg.in/alecthomas/kingpin.v2

sebastianpiskorski avatar Mar 01 '21 14:03 sebastianpiskorski