realstomp/main.go
2024-10-08 10:48:45 +07:00

8 lines
69 B
Go

package wsstomp
import "fmt"
func Start() {
fmt.Println("TEST")
}