rename frontends to frontend

This commit is contained in:
Leo Balduf
2016-08-09 15:01:36 -04:00
committed by Jimmy Zelinskie
parent 88567d5b2e
commit ae18d89627
20 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ import (
"github.com/jzelinskie/trakr/backend"
httpfrontend "github.com/jzelinskie/trakr/frontends/http"
udpfrontend "github.com/jzelinskie/trakr/frontends/udp"
httpfrontend "github.com/jzelinskie/trakr/frontend/http"
udpfrontend "github.com/jzelinskie/trakr/frontend/udp"
)
type ConfigFile struct {