Skip to content

Commit

Permalink
Merge pull request #4 from xStrom/modules
Browse files Browse the repository at this point in the history
Add Go modules support.
  • Loading branch information
kkdai authored May 26, 2019
2 parents b3251f7 + c6ecb4b commit a8d27c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ go:
- 1.6
- tip

env:
- GO111MODULE=on

before_install:
- go get golang.org/x/tools/cmd/cover

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/kkdai/bstream

go 1.6

0 comments on commit a8d27c5

Please sign in to comment.