MCPcopy Create free account
hub / github.com/koding/kite / init

Function init

examples/math/config.go:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23func init() {
24 flag.Var(Host, "addr", "Network address of the kite server.")
25}
26
27type Config struct {
28 URL *url.URL

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected