Skip to content

Commit

Permalink
fix package for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Vlasic committed Dec 1, 2021
1 parent 7d5c132 commit b71b78b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/controller/generate_api_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func main() {
`

var apiFunctionTestInit = `
package main
package test
import (
"log"
Expand All @@ -92,7 +92,7 @@ func init() {
`

var apiFunctionTestTemplate = `
package main
package test
import (
"net/http"
Expand Down

0 comments on commit b71b78b

Please sign in to comment.