print test

This commit is contained in:
Miki 2024-05-10 11:52:42 +02:00
parent 958afe32bf
commit de2ff3026c

View file

@ -74,4 +74,6 @@ func main() {
}) })
r.Run(":4000") r.Run(":4000")
fmt.Print("END")
} }