Skip to content

Commit a8d27c5

Browse files
authored
Merge pull request #4 from xStrom/modules
Add Go modules support.
2 parents b3251f7 + c6ecb4b commit a8d27c5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ go:
44
- 1.6
55
- tip
66

7+
env:
8+
- GO111MODULE=on
9+
710
before_install:
811
- go get golang.org/x/tools/cmd/cover
912

go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/kkdai/bstream
2+
3+
go 1.6

0 commit comments

Comments
 (0)