()
| 24 | } |
| 25 | |
| 26 | func init() { |
| 27 | log.SetPrefix("echoip: ") |
| 28 | log.SetFlags(log.Lshortfile) |
| 29 | } |
| 30 | |
| 31 | func main() { |
| 32 | countryFile := flag.String("f", "", "Path to GeoIP country database") |
nothing calls this directly
no outgoing calls
no test coverage detected