mirror of
https://github.com/sot-tech/mochi.git
synced 2026-07-13 03:58:10 -07:00
rename frontends to frontend
This commit is contained in:
committed by
Jimmy Zelinskie
parent
88567d5b2e
commit
ae18d89627
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user