traildb-go
traildb-go copied to clipboard
Get signal: killed on Mac OS
When build golang code which uses traildb-go, it throws signal: killed
and exit.
Appered that this is bug in golang before 1.8.1 version. To workaround it one needs to build with -ldflags -s
attributes.