add welcome message

This commit is contained in:
Hedy Li 2021-07-11 16:21:12 +08:00
parent 9dcbb458e4
commit b9ec9f24b9
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ func main() {
if err != nil {
log.Fatalf("Unable to listen: %s", err)
}
log.Println("✨ You are now running on spsrv ✨")
log.Printf("Listening for connections on port: %d", *port)
serveSpartan(listener)