mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-03 07:26:45 +00:00
Fixed test race conditions
This commit is contained in:
committed by
Adrian Gallagher
parent
745505a33e
commit
3e4fb1660d
@@ -7,7 +7,7 @@ In order to maintain a consistent style across the codebase, the following codin
|
||||
- Function names using acronyms are capitilised (func SendHTTPRequest()).
|
||||
- Variable names use CamelCase (var someVar()).
|
||||
- Coding style uses gofmt.
|
||||
- Const variables are capitilised.
|
||||
- Const variables are CamelCase depending on exported items.
|
||||
- In line with gofmt, for loops and if statements don't require paranthesis.
|
||||
|
||||
Block style example:
|
||||
|
||||
Reference in New Issue
Block a user