init is called before main.
()
| 10 | |
| 11 | // init is called before main. |
| 12 | func init() { |
| 13 | rand.Seed(time.Now().UnixNano()) |
| 14 | } |
| 15 | |
| 16 | // Google provides support for Google searches. |
| 17 | type google struct{} |
nothing calls this directly
no outgoing calls
no test coverage detected