Oleg Kovalev
Oleg Kovalev
consider this also https://github.com/grafana/carbon-relay-ng
I need to build and run application under CentOS 6, but building with provided bundle ends with errors: (.text+0x66a3): undefined reference to `timespec_get' (.text+0x1): undefined reference to `secure_getenv'
I am interested in this feature too.
Check this out. ```go func IgnoreAllUnexported() cmp.Option { return cmp.FilterPath(func(p cmp.Path) bool { sf, ok := p.Index(-1).(cmp.StructField) return ok && unicode.IsLower(rune(sf.Name()[0])) }, cmp.Ignore()) } ```