-
Notifications
You must be signed in to change notification settings - Fork 43
Migrate to Go Modules #143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@rabbah @jiangpengcheng Please review if able, thanks! |
README.md
Outdated
|
|
||
| ### GoLang setup | ||
|
|
||
| The wskdeploy utility is a GoLang program so you will first need to [Download and install GoLang](https://golang.org/dl/) onto your local machine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this mentioned here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will remove (cut and pasted too much)
README.md
Outdated
|
|
||
| As the code is managed using GitHub, it is easiest to retrieve the code using the `git clone` command. | ||
|
|
||
| if you just want to build the code and do not intend to be a Contributor, you can clone the latest code from the Apache repository: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| if you just want to build the code and do not intend to be a Contributor, you can clone the latest code from the Apache repository: | |
| If you just want to build the code and do not intend to be a Contributor, you can clone the latest code from the Apache repository: |
README.md
Outdated
| git clone [email protected]:apache/openwhisk-client-go | ||
| ``` | ||
|
|
||
| or you can specify a release (tag) if you do not want the latest code by using the `--branch <tag>` flag. For example, you can clone the source code for the tagged 1.1.0 [release](https://github.com/apache/openwhisk-client-go/releases) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| or you can specify a release (tag) if you do not want the latest code by using the `--branch <tag>` flag. For example, you can clone the source code for the tagged 1.1.0 [release](https://github.com/apache/openwhisk-client-go/releases) | |
| You can also specify a release (tag) if you do not want the latest code by using the `--branch <tag>` flag. For example, you can clone the source code for the tagged 1.1.0 [release](https://github.com/apache/openwhisk-client-go/releases) |
Update to Go 1.15, remove deprecated godeps/vendor in favor of go.mod (go mod).