MCPcopy
hub / github.com/gourouting/singo / init

Function init

test/init.go:19–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17)
18
19func init() {
20 // Load configuration from files.
21 confInit()
22 // API
23 s = server.NewRouter()
24}
25
26// confInit initializes configuration.
27func confInit() {

Callers

nothing calls this directly

Calls 2

NewRouterFunction · 0.92
confInitFunction · 0.85

Tested by

no test coverage detected