MCPcopy Create free account
hub / github.com/mpolden/echoip / init

Function init

cmd/echoip/main.go:26–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26func init() {
27 log.SetPrefix("echoip: ")
28 log.SetFlags(log.Lshortfile)
29}
30
31func main() {
32 countryFile := flag.String("f", "", "Path to GeoIP country database")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected