10 lines
109 B
Go
10 lines
109 B
Go
package main
|
|
|
|
import (
|
|
"github.com/OktopUSP/oktopus/ws/internal/ws"
|
|
)
|
|
|
|
func main() {
|
|
ws.StartNewServer()
|
|
}
|