Alexander A. Klimov b33ba58a25 entrypoint/: initialize /data
refs #1
2020-06-22 16:29:50 +02:00

9 lines
128 B
Modula-2

module entrypoint
go 1.14
require (
github.com/otiai10/copy v1.2.0
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
)