8 lines
69 B
Go
8 lines
69 B
Go
|
package wsstomp
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
func Start() {
|
||
|
fmt.Println("TEST")
|
||
|
}
|