mirror of
https://github.com/miguelmota/cointop
synced 2024-11-14 18:12:57 +00:00
e1aded93e8
* Redundant type conversions * Remove redudant type declarations. Inline one-line constructors. Remove unnecessary brackets. * Simplify name - it's used via package name anyway * Simplify variable initializations * Change `var x uint = Y` to `x := uint(Y)` * More shorthand initialization |
||
---|---|---|
.. | ||
clean.go | ||
cmd.go | ||
dominance.go | ||
holdings.go | ||
price.go | ||
reset.go | ||
root.go | ||
server_windows.go | ||
server.go | ||
test.go | ||
version.go |