-
````
go mod tidy
go: finding module for package git.ronaksoft.com/river/msg/msg
go: finding module for package git.ronaksoft.com/river/msg/go/msg
# NOW it fail to get https://git.ronakso…
-
## Summary
We currently code generate all of our proto files, to have proto marshal methods. We should also add overridden logic for JSON marshalling. JSON marshalling is done in many situation…
-
Hi Prebid Server Community,
We would like to start a discussion about improving the performance of Prebid Server (Go).
These recommendations come from the experience of operating Golang at a high…
-
After doing performance benchmark, there is JSON marshaling performance issue in current code base. Need switch to easyjson like alternative.
-
### What version of rules_go are you using?
```
git_repository(
name = "io_bazel_rules_go",
commit = "3f84d8cd64702be3d08c67c47069b3f85d5a69a7",
remote = "https://github.com/bazel…
-
When running `easyjson -all ./path/to/file.go` on a file that's in `package main`, the program fails with the following output:
```
# command-line-arguments
2019/06/21 22:54:25 duplicate symbol r…
-
Hi!
I have a use case where I need a stable JSON representation of a struct that contains a `map[string]string` as one of its fields. I found that when I have easyjson generated code for the struct…
horgh updated
4 years ago
-
支持把 jackson,通过easyjson转移到 gson吗
-
It would be nice if easyjson worked in tinygo so it could be used on embedded systems that normal go does not target.
Easygo's tests do not yet run in tinygo. Attempting e.g.
```
tinygo test .…
-
Hi,
Given a struct `Test`, that has marshal and unmarshal interfaces generated, is it possible to unmarshal data to `[]Test`?
I have tried various alternatives like:
``` go
var ArrTestType []Test…