Skip to content

Commit

Permalink
Merge pull request #4241 from myhro/go-mod
Browse files Browse the repository at this point in the history
Add Go modules support
  • Loading branch information
sharifelgamal authored May 13, 2019
2 parents 312b1d6 + 5a2aad0 commit ac3bdd1
Show file tree
Hide file tree
Showing 2,178 changed files with 323 additions and 929,570 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*.so

# Folders
.cache
_obj
_test

Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ sudo: required

go:
- 1.x
go_import_path: k8s.io/minikube

install:
- echo "Don't run anything."
Expand Down
Loading

0 comments on commit ac3bdd1

Please sign in to comment.