8 lines
112 B
Modula-2
8 lines
112 B
Modula-2
module beat-harvester
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/gorilla/websocket v1.5.1
|
|
)
|