Skip to content
New issue

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

build failed with "undefined: HashIncrRequest" #3

Open
zz-jason opened this issue Mar 3, 2022 · 1 comment
Open

build failed with "undefined: HashIncrRequest" #3

zz-jason opened this issue Mar 3, 2022 · 1 comment

Comments

@zz-jason
Copy link
Member

zz-jason commented Mar 3, 2022

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
@daimashusheng
Copy link
Contributor

#4
I have fixed it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants