package main import "git.okoyono.de/oko-intern/okospaceapi/pkg/api" //go:generate ../generate-spaceapi-types.sh func main() { api.StartServer() }