Skip to content

Commit

Permalink
Initialize this repository as a go module.
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed Jul 16, 2019
1 parent fda361b commit 2576aa8
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 @@ -3,6 +3,9 @@ language: go
go:
- "1.12.4"

env:
- GO111MODULE=on

os:
- linux
- osx
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/terra-farm/go-virtualbox

go 1.12

0 comments on commit 2576aa8

Please sign in to comment.