I am trying to use the official spicedb client lib...
# spicedb
d
I am trying to use the official spicedb client library for Go: https://github.com/authzed/authzed-go Got errors when building the example client in the README.md: $ go build -o main main.go # command-line-arguments ./main.go:12:13: undefined: v1 ./main.go:17:16: undefined: v1 ./main.go:24:3: multiple-value grpcutil.WithSystemCerts(grpcutil.VerifyCA) (value of type (grpc.DialOption, error)) in single-value context ./main.go:31:61: undefined: v1 ./main.go:40:28: undefined: v1 Can someone help me got the sample client working? Is the client library in a usable state?
3 Views