parent
fc05f3da0c
commit
46bff998b2
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"net/http"
|
"net/http"
|
||||||
"oko-spaceapi/pkg/spaceapi"
|
"okospaceapi/pkg/spaceapi"
|
||||||
)
|
)
|
||||||
|
|
||||||
//go:generate ../generate-spaceapi-types.sh
|
//go:generate ../generate-spaceapi-types.sh
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -1,3 +1,3 @@
|
||||||
module oko-spaceapi
|
module okospaceapi
|
||||||
|
|
||||||
go 1.21.1
|
go 1.21.1
|
||||||
|
|
Loading…
Reference in a new issue