benchhub / benchboard

Keep track of benchmarks and visualize them
MIT License
0 stars 0 forks source link

[agent][go] Use new gommon/log #4

Closed at15 closed 6 years ago

at15 commented 6 years ago

There is new version of gommon/log https://github.com/dyweb/gommon/pull/28, which aims to provide better control over individual package, however, some project has to use it first before it can have a stable API. This burden falls to benchboard

at15 commented 6 years ago

actually ... I was heading in wrong direction by using sync_local, by default, go will lookup my workspace if it does not found the library in vendor ....

at15 commented 6 years ago

now using dep and gommon/log is much more stable now