Questions tagged [protobuf-go]

76 questions
-4
votes
1 answer

Go build command throws - panic: interface conversion: interface {} is []uint8, not *validator.FieldValidator

In below Go function I am getting error when I tried to run build command to generate pb.go file. panic: interface conversion: interface {} is []uint8, not…
Maana
  • 640
  • 3
  • 9
  • 22
1 2 3 4 5
6