You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
3 years ago
..
align More minor cleanups (no functional change) (#198) 3 years ago
README.md Consolidate UI packages 4 years ago
align.go Consolidate UI packages 4 years ago
column.go Consolidate UI packages 4 years ago
row.go Consolidate UI packages 4 years ago
sort.go Consolidate UI packages 4 years ago
table.go More minor cleanups (no functional change) (#198) 3 years ago

README.md

gocui table