Skip to content

Commit ac3bdd1

Browse files
Merge pull request #4241 from myhro/go-mod
Add Go modules support
2 parents 312b1d6 + 5a2aad0 commit ac3bdd1

File tree

2,178 files changed

+323
-929570
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,178 files changed

+323
-929570
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*.so
55

66
# Folders
7+
.cache
78
_obj
89
_test
910

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ sudo: required
44

55
go:
66
- 1.x
7-
go_import_path: k8s.io/minikube
87

98
install:
109
- echo "Don't run anything."

0 commit comments

Comments
 (0)