Merge branch 'master' into threading

pull/37/head
Minh Doan 6 years ago
commit cf049898d6
  1. 10
      README.md

@ -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
''' ```

Loading…
Cancel
Save