go-graphite / go-carbon

Golang implementation of Graphite/Carbon server with classic architecture: Agent -> Cache -> Persister
MIT License
801 stars 126 forks source link

Use protojson.Marshal for produce json from the proto messages #540

Closed deniszh closed 1 year ago

deniszh commented 1 year ago

Should fix pesky "call of json.Marshal copies lock value" from go vet and linters.