diff options
author | Viktor Szakats <commit@vszakats.net> | 2019-04-29 21:34:04 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2019-05-02 03:34:07 (GMT) |
commit | 42cf496ae2310a30c2f9f5059af471caf2d3ada9 (patch) | |
tree | 178c600d65f208ccb3f572fc70b21c5d56433ab2 /plugins/go | |
parent | 551966ffeb1022e6b0a236ba575fb0d5c1841123 (diff) | |
download | mxe-42cf496ae2310a30c2f9f5059af471caf2d3ada9.zip mxe-42cf496ae2310a30c2f9f5059af471caf2d3ada9.tar.gz mxe-42cf496ae2310a30c2f9f5059af471caf2d3ada9.tar.bz2 |
secure URLs
also apply minor updates to tools/mxe-get
Diffstat (limited to 'plugins/go')
-rw-r--r-- | plugins/go/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/go/README.md b/plugins/go/README.md index 6d3c7dd..10c3001 100644 --- a/plugins/go/README.md +++ b/plugins/go/README.md @@ -3,7 +3,7 @@ See also article [cross-compile go code, including cgo][1] by Dimitri John Ledkov. -[1]: http://blog.surgut.co.uk/2014/06/cross-compile-go-code-including-cgo.html +[1]: https://blog.surgut.co.uk/2014/06/cross-compile-go-code-including-cgo.html Package `go-native` installs native Go 1.4. This version of Go doesn't depend on Go installation. |