Skip to content

Commit 8efea4e

Browse files
authored
Merge pull request #16 from bk2204/go-mod-1.13
go.mod: add Go version directive
2 parents 415b398 + 50a3e7f commit 8efea4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ require (
55
github.com/pmezard/go-difflib v1.0.0 // indirect
66
github.com/stretchr/testify v1.2.2
77
)
8+
9+
go 1.11

0 commit comments

Comments
 (0)