9 lines
111 B
Modula-2
9 lines
111 B
Modula-2
module v5sdkgo
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/stretchr/testify v1.10.0
|
|
)
|