Restructured multus to use Go standard project layout.

This commit is contained in:
Nikhil Simha
2020-05-28 16:43:59 -04:00
committed by Tomofumi Hayashi
parent bd9f2e9700
commit 62abb002dd
43 changed files with 326 additions and 155 deletions

View File

@@ -8,7 +8,7 @@ before_install:
- go get -t -v ./...
script:
- ./test.sh
- ./scripts/test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)

View File

@@ -9,7 +9,7 @@ before_install:
- go get -t -v github.com/modern-go/reflect2-tests/...
script:
- ./test.sh
- ./scripts/test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)