splitsh-lite/splitter
Joschka Tillmanns 9d643aa621 fix errors found by github.com/dominikh/go-tools/...
lite/splitter/result.go:76:15: should use time.Since instead of time.Now().Sub (S1012)
lite/splitter/state.go:433:25: should omit comparison to bool constant, can be simplified to !copyCommit (S1002)
lite/splitter/utils.go:13:25: should use raw string (`...`) with regexp.MustCompile to avoid having to escape twice (S1007)
lite/splitter/cache.go:90:17: func (*cache).reverse is unused (U1000)
2018-03-08 10:25:31 +01:00
..
cache.go fix errors found by github.com/dominikh/go-tools/... 2018-03-08 10:25:31 +01:00
config.go moved logic away from main 2016-07-31 10:35:17 -04:00
result.go fix errors found by github.com/dominikh/go-tools/... 2018-03-08 10:25:31 +01:00
state.go fix errors found by github.com/dominikh/go-tools/... 2018-03-08 10:25:31 +01:00
utils.go fix errors found by github.com/dominikh/go-tools/... 2018-03-08 10:25:31 +01:00