Clean up lint (#56)
The only real change in this commit is that MaxInt is made private. Everything else should be gofmt'ing, docs and cleanup of lint.
This commit is contained in:
committed by
Thomas Pelletier
parent
9d93af61de
commit
6e26017b00
@@ -87,7 +87,6 @@ func TestMultipleKeyGroupsComment(t *testing.T) {
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
func TestSimpleWindowsCRLF(t *testing.T) {
|
||||
testFlow(t, "a=4\r\nb=2", []token{
|
||||
token{Position{1, 1}, tokenKey, "a"},
|
||||
|
||||
Reference in New Issue
Block a user