Skip to content
Snippets Groups Projects

Add go.mod

Merged Erick Hitter requested to merge fix/go-mod into master
Files
3
+ 2
0
@@ -21,6 +21,8 @@ before_script:
- cd $GOPATH/src/$REPO_NAME
- cp config-sample.json config.json
- export CC=clang
- make dep
unit_tests:
Loading