diff --git a/cmd/godog/main.go b/cmd/godog/main.go index e5be484..4bae592 100644 --- a/cmd/godog/main.go +++ b/cmd/godog/main.go @@ -19,7 +19,6 @@ func main() { builtFile := fmt.Sprintf("%s/%dgodog.go", os.TempDir(), time.Now().UnixNano()) defer os.Remove(builtFile) // comment out for debug - // @TODO: handle multiple init functions buf, err := godog.Build() if err != nil { panic(err)