Skip to content

Commit 8cfd47e

Browse files
committed
add go mod files
1 parent 3c12383 commit 8cfd47e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

go.mod

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/timtadh/fs2
2+
3+
go 1.12
4+
5+
require github.com/timtadh/getopt v1.0.0

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/timtadh/getopt v1.0.0 h1:FrZd8h2izZAjmivemGkCIOKcdIoIhQLVjpsa0/ZvLik=
2+
github.com/timtadh/getopt v1.0.0/go.mod h1:L3EL6YN2G0eIAhYBo9b7SB9d/kEQmdnwthIlMJfj210=

0 commit comments

Comments
 (0)