Commit 35b2bef4 authored by Michel Roy's avatar Michel Roy Committed by Kevin Di Lallo
Browse files

fix lint issue

parent 9be2a89b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -11,9 +11,7 @@ require (
	github.com/InterDigitalInc/AdvantEDGE/go-packages/meep-redis v0.0.0
	github.com/InterDigitalInc/AdvantEDGE/go-packages/meep-watchdog v0.0.0
	github.com/flimzy/diff v0.1.5 // indirect
	github.com/flimzy/kivik v1.8.1
	github.com/flimzy/testy v0.1.16 // indirect
	github.com/go-kivik/couchdb v1.8.1
	github.com/gopherjs/gopherjs v0.0.0-20190411002643-bd77b112433e // indirect
	github.com/gorilla/handlers v1.4.0
	github.com/gorilla/mux v1.7.3
+0 −1
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@ type Scenario struct {
}

const scenarioDBName = "scenarios"
const activeScenarioName = "active"
const moduleName string = "meep-ctrl-engine"
const moduleMonEngine string = "mon-engine"