cvigo
Results
2
comments of
cvigo
Similar code: https://play.golang.org/p/V4jIH6WX4W4 ```golang package main import ( "fmt" "github.com/ericlagergren/decimal" ) func main() { var decimalContext = decimal.Context{ MaxScale: 4, Precision: 10, } a, _ := decimal.WithContext(decimalContext).SetString("100000") b, _ :=...
> What about setting the environment variable via `export` before running `bazel build` ? Didn't work either...