Create Go module.

This commit is contained in:
Robert Jacob
2019-10-14 21:14:25 +02:00
parent 6aaa91c779
commit c037483193
2 changed files with 16 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/jlaffaye/ftp
go 1.13
require github.com/stretchr/testify v1.4.0