golint: Fix some golint issues

This commit is contained in:
James Shubin
2016-12-21 03:10:25 -05:00
parent b3ea33f88d
commit 19760be0bc
6 changed files with 21 additions and 26 deletions

View File

@@ -40,6 +40,7 @@ const (
graphStatePaused
)
// Flags contains specific constants used by the graph.
type Flags struct {
Debug bool
}