remove unused constants

This commit is contained in:
Shawn Smith
2016-08-06 14:42:37 -07:00
parent 5b5938ce74
commit 3cda2fbf84
2 changed files with 0 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ import (
)
const (
dbPath string = "goreportcard.db"
repoBucket string = "repos"
metaBucket string = "meta"
)

View File

@@ -11,7 +11,6 @@ import (
)
const (
dbPath string = "goreportcard.db"
repoBucket string = "repos"
metaBucket string = "meta"
)