You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nnet/go.mod

9 lines
132 B
Modula-2

2 years ago
module git.noahlan.cn/northlan/nnet
go 1.19
2 years ago
require (
github.com/gorilla/websocket v1.5.0
github.com/panjf2000/ants/v2 v2.6.0
)