donghai
Results
2
issues of
donghai
input: fmt.Println(math.Pow(0.0208333333333333, 0.33)) fmt.Println(decimal.NewFromFloat(0.0208333333333333).Pow(decimal.NewFromFloat(0.33))) ouput: 0.2787342852450195 1 can you help me?
$ make gen-rpc goctls rpc protoc ./example.proto --go_out=./types --go-grpc_out=./types --zrpc_out=. --style=go_zero Generating... Merge proto files successfully Error: example.proto:89:12: Explicit 'optional' labels are disallowed in the Proto3 syntax. To define 'optional'...