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
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
..
api More minor cleanups (no functional change) (#198) 3 years ago
asciitable Consolidate UI packages 4 years ago
cache Add cache wrapper package 3 years ago
chartplot Rename org miguelmota → cointop-sh 3 years ago
color Consolidate UI packages 4 years ago
eval Feature/code cleanups (#191) 3 years ago
filecache DefaultCacheDir = ":PREFERRED_CACHE_HOME:/cointop" (#197) 3 years ago
humanize Increase number of decimals shown when price < 1. #132 3 years ago
levenshtein More minor cleanups (no functional change) (#198) 3 years ago
notifier Undo notification sound 3 years ago
open Add kde-open5 open command 4 years ago
pad Dynamic column widths 3 years ago
pathutil Add support for :PREFERRED_CACHE_HOME: 3 years ago
ssh Rename org miguelmota → cointop-sh 3 years ago
table More minor cleanups (no functional change) (#198) 3 years ago
termui More minor cleanups (no functional change) (#198) 3 years ago
timedata Remove debug code 3 years ago
timeutil Consolidate UI packages 4 years ago
toml Add cache wrapper package 3 years ago
ui Table scroll fix 3 years ago