2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-14 18:12:57 +00:00
cointop/pkg/table
Simon Roberts e1aded93e8
More minor cleanups (no functional change) (#198)
* 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
2021-10-05 08:01:42 +11:00
..
align More minor cleanups (no functional change) (#198) 2021-10-05 08:01:42 +11:00
align.go Consolidate UI packages 2020-11-18 20:37:40 -08:00
column.go Consolidate UI packages 2020-11-18 20:37:40 -08:00
README.md Consolidate UI packages 2020-11-18 20:37:40 -08:00
row.go Consolidate UI packages 2020-11-18 20:37:40 -08:00
sort.go Consolidate UI packages 2020-11-18 20:37:40 -08:00
table.go More minor cleanups (no functional change) (#198) 2021-10-05 08:01:42 +11:00

gocui table