|
|
|
@ -31,6 +31,7 @@ go get github.com/go-stack/stack |
|
|
|
|
## Testing |
|
|
|
|
|
|
|
|
|
Make sure you the following command and make sure everything passed before submitting your code. |
|
|
|
|
|
|
|
|
|
''' |
|
|
|
|
./test_before_submit.sh |
|
|
|
|
''' |
|
|
|
@ -38,6 +39,7 @@ Make sure you the following command and make sure everything passed before submi |
|
|
|
|
## Linting |
|
|
|
|
|
|
|
|
|
Make sure you the following command and make sure everything passes golint. |
|
|
|
|
|
|
|
|
|
''' |
|
|
|
|
./lint_before_submit.sh |
|
|
|
|
''' |
|
|
|
|