fix: ensure package importable
This commit is contained in:
parent
32b297ad54
commit
e6e1e32f5f
2 changed files with 2 additions and 2 deletions
2
main.go
2
main.go
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
package httpapi
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
package httpapi
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
|
Loading…
Reference in a new issue