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