fix: ensure package importable

This commit is contained in:
Marc 2024-10-06 10:34:17 -04:00
parent 32b297ad54
commit e6e1e32f5f
Signed by: marc
GPG key ID: 048E042F22B5DC79
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
package main package httpapi
import ( import (
"net/http" "net/http"

View file

@ -1,4 +1,4 @@
package main package httpapi
import ( import (
"fmt" "fmt"