From 3ee0746a3cecd18e6e8f488f41a8c9fa36de6ac7 Mon Sep 17 00:00:00 2001 From: Algirdas Matas Date: Mon, 15 Jun 2015 11:00:40 +0300 Subject: [PATCH] Multiple init functions are allowed per file. --- cmd/godog/main.go | 1 - 1 file changed, 1 deletion(-) 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)