Skip to content

Commit

Permalink
Add support for Go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatanabe committed May 18, 2019
1 parent 3301e0a commit 4a2b1df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go
go:
- 1.10.3
- 1.12
before_install:
- go get github.com/mattn/goveralls
script:
Expand Down
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/vvatanabe/errsgroup

go 1.12

0 comments on commit 4a2b1df

Please sign in to comment.