wroofauth/internal/server/server.go
2023-10-20 16:08:37 +00:00

7 lines
69 B
Go

package server
import "log"
func Serve() {
log.Println("hello")
}