in cmd/exporter/main.go [29:35]
func main() { time.Sleep(5 * time.Second) if mainMethod() != nil { os.Exit(1) } }