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
Make sure you the following command and make sure everything passed before submitting your code.
'''
```
./test_before_submit.sh
'''
```
## Linting
Make sure you the following command and make sure everything passes golint.
'''
```
./lint_before_submit.sh
'''
```

Loading…
Cancel
Save