Fix various linter and vet warnings

This commit is contained in:
Zachary Yedidia
2017-02-21 13:07:37 -05:00
parent 4d1ad52405
commit 043f7cdc47
8 changed files with 40 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
package main
// SpltType specifies whether a split is horizontal or vertical
// SplitType specifies whether a split is horizontal or vertical
type SplitType bool
const (