package main import ( "github.com/OktopUSP/oktopus/ws/internal/ws" ) func main() { ws.StartNewServer() }