Open yuantingzhong opened 3 years ago
fixed, please try it
I am still getting this error.
go get github.com/ochinchina/supervisord
# github.com/ochinchina/supervisord
..\..\go\pkg\mod\github.com\ochinchina\supervisord@v0.7.3\main.go:171:6: undefined: Daemonize
go version
go version go1.16.4 windows/amd64
Works when I try to
go get github.com/ochinchina/supervisord@master
Will wait for next release, I guess.
When I install it with "go get" and "go build", I get an error message "ochinchina\supervisord\main.go:171:6: undefined: Daemonize" , as follows:
then I download the supervisord to my computer and compile it with "go build", I also get an error message as follows:
plus:
So did I do anything wrong? And what should I do to compile it on Windows 10?? Thanks very much!