realstomp/main.go

8 lines
69 B
Go
Raw Permalink Normal View History

2024-10-08 10:48:45 +07:00
package wsstomp
import "fmt"
func Start() {
fmt.Println("TEST")
}