1
0
mirror of https://github.com/rancher/types.git synced 2025-07-15 22:15:49 +00:00

Update README.md

For go1.13 and beyond we next to explicitly disable go modules since it will be enabled for all go commands
This commit is contained in:
Dax McDonald 2019-09-25 17:05:42 -07:00 committed by GitHub
parent 59fbe5e3a9
commit 1a582d5688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ To generate types you need to update vendor.
1. Update go.mod for what you need
2. Run `GO111MODULE=on go mod vendor`
3. Export your gopath (export GOPATH=types_go_path_dir)
4. Run `go generate`
4. Run `GO111MODULE=off go generate`
5. Unset your `GOPATH`
## License