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
go build -tags=go_json -o bin/crobat-server ./cmd/crobat-server
i got this error "cmd/crobat-server/grpc/server.go:77:25: unknown field 'IPv4' in struct literal of type "github.com/cgboal/sonarsearch/proto".Domain (but does have Ipv4)"
any help ? thx
The text was updated successfully, but these errors were encountered:
There's a typo on the server.go file related to the structure field names.
Replace IPv4 with Ipv4 on the server.go file and it will compile without issues.
when i try to bluid the crobat-server
go build -tags=go_json -o bin/crobat-server ./cmd/crobat-server
i got this error "cmd/crobat-server/grpc/server.go:77:25: unknown field 'IPv4' in struct literal of type "github.com/cgboal/sonarsearch/proto".Domain (but does have Ipv4)"
any help ? thx
The text was updated successfully, but these errors were encountered: