Test addons

This commit is contained in:
moxitech 2024-10-08 10:48:45 +07:00
commit 1b25d39413
2 changed files with 10 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module moxitech/realstomp
go 1.22.7

7
main.go Normal file
View File

@ -0,0 +1,7 @@
package wsstomp
import "fmt"
func Start() {
fmt.Println("TEST")
}