Standardise filenames

This commit is contained in:
Adrian Gallagher
2017-03-30 14:05:32 +11:00
parent 18dcd8faa9
commit 7aff04e4c6
33 changed files with 1 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ When submitting a PR, please abide by our coding guidelines:
* Code must adhere to the official Go [formatting](https://golang.org/doc/effective_go.html#formatting) guidelines (i.e. uses [gofmt](https://golang.org/cmd/gofmt/)).
* Code must be documented adhering to the official Go [commentary](https://golang.org/doc/effective_go.html#commentary) guidelines.
* Code must adhere to our [coding style](https://github.com/thrasher-/gocryptotrader/blob/master/doc/coding-style.md).
* Code must adhere to our [coding style](https://github.com/thrasher-/gocryptotrader/blob/master/doc/coding_style.md).
* Pull requests need to be based on and opened against the `master` branch.
## Compiling instructions