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