Daniel Nephin
f9e969bac8
Use gometalinter for linting
...
gometalinter runs linters in parallel for faster linting
it provides a uniform way of whitelisting lines using // nolint or the exclude
field in the config
Signed-off-by: Daniel Nephin <dnephin@gmail.com >
2017-11-03 18:02:27 -04:00
Michael Crosby
b8c4d85564
Add buildmode=pie to makefile
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com >
2017-10-26 16:25:30 -04:00
Christopher Jones
e6ab556f0e
Only use race flag on amd64
...
Race is only supported on amd64, so only run if GOARCH is amd64
Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com >
2017-08-23 12:30:44 -04:00
Kunal Kushwaha
1c989588c0
Breaking Makefile into platform specific files
...
Fixed #1270
Signed-off-by: Kunal Kushwaha <kushwaha_kunal_v7@lab.ntt.co.jp >
2017-08-22 13:57:12 +09:00