summaryrefslogtreecommitdiffstats
path: root/src/history.go
AgeCommit message (Collapse)Author
2023-07-16Fix deprecations of ioutil (#3370)Bart
2019-07-19Code cleanup (#1640)Christian Muehlhaeuser
- Replaced time.Now().Sub() with time.Since() - Replaced unnecessary string/byte slice conversions - Removed obsolete return and value assignment in range loop
2015-08-02LintJunegunn Choi
2015-06-14Add missing files from the previous commitJunegunn Choi
:(