pass golint

pass all tests

respond to maintainer comments

reinstate assignment of t

correct typo

correct typo

pass linter some more
This commit is contained in:
buddhamagnet
2015-11-02 19:28:50 +00:00
parent 7a159ad934
commit 57f1d3c205
23 changed files with 126 additions and 40 deletions

View File

@ -278,6 +278,6 @@ type Rule struct {
var (
headerNameReplacer = strings.NewReplacer(" ", "_", "-", "_")
// ErrIndexMissingSplit describes an index configuration error.
ErrIndexMissingSplit = errors.New("configured index file(s) must include split value")
)