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
I try to run this code on my local (SonarSearch/cmd/crobat-server), but
$go run main.go
# github.com/cgboal/sonarsearch/cmd/crobat-server/grpc
grpc/server.go:77:25: unknown field 'IPv4' in struct literal of type "github.com/cgboal/sonarsearch/proto".Domain (but does have Ipv4)
grpc/server.go:100:25: unknown field 'IPv4' in struct literal of type "github.com/cgboal/sonarsearch/proto".Domain (but does have Ipv4)
I try to run this code on my local (SonarSearch/cmd/crobat-server), but
so I fixing
from IPv4 into Ipv4
I want to help contribute but can't create some PR. so please check man
The text was updated successfully, but these errors were encountered: