We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jianzhang.zj@localhost:SHAREdis/src (git:master) ➜ make CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -gcflags "all=-N -l" -mod=vendor -o bin/sharedis cmd/server/* # sharedis/server server/hash_handler.go:463:66: undefined: HashIncrRequest server/hash_handler.go:463:85: undefined: HashIncrResponse server/hash_handler.go:475:67: undefined: HashExSetRequest server/hash_handler.go:475:87: undefined: HashExSetResponse server/hash_handler.go:481:67: undefined: HashExRemRequest server/hash_handler.go:481:87: undefined: HashExRemResponse server/hash_handler.go:487:67: undefined: HashExGetRequest server/hash_handler.go:487:87: undefined: HashExGetResponse server/hash_handler.go:493:68: undefined: HashExIncrRequest server/hash_handler.go:493:89: undefined: HashExIncrResponse server/hash_handler.go:493:89: too many errors make: *** [build] Error 2
The text was updated successfully, but these errors were encountered:
#4 I have fixed it
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: