Skip to content

Commit

Permalink
Add a go.mod file.
Browse files Browse the repository at this point in the history
(It doesn't really depend on Go 1.11 but that's when modules were
added; see golang/go#36319)
  • Loading branch information
bradfitz committed Dec 30, 2019
1 parent 6ac712b commit e8f45d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/bradfitz/iter

go 1.11

0 comments on commit e8f45d3

Please sign in to comment.