tijl.dev-core/cmd/server/main.go
tijl fea80ba467
All checks were successful
build / build (push) Successful in 33s
updates
2024-08-22 15:15:16 +02:00

10 lines
112 B
Go

package main
import (
"git.tijl.dev/tijl/tijl.dev-core/internal/service"
)
func main() {
service.Listen()
}