Skip to content

Commit 9778169

Browse files
committed
adds go.mod
Using go1.14 as inital support for go.mod since go1.14 is the version that initially introduced go mod.
1 parent c126735 commit 9778169

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/graphql-go/handler
2+
3+
go 1.14

0 commit comments

Comments
 (0)