mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/go/internal/help: use secure link to swig.org
Change-Id: Ifd315128ceeddf92bc16647869c3ace77ed1f430 Reviewed-on: https://go-review.googlesource.com/c/go/+/637195 Reviewed-by: Michael Matloob <matloob@golang.org> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
parent
4ac8f552e9
commit
e977b83b32
2 changed files with 2 additions and 2 deletions
|
|
@ -2250,7 +2250,7 @@
|
|||
//
|
||||
// The second is the SWIG program, which is a general tool for
|
||||
// interfacing between languages. For information on SWIG see
|
||||
// http://swig.org/. When running go build, any file with a .swig
|
||||
// https://swig.org/. When running go build, any file with a .swig
|
||||
// extension will be passed to SWIG. Any file with a .swigcxx extension
|
||||
// will be passed to SWIG with the -c++ option.
|
||||
//
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ information on how to use it see the cgo documentation (go doc cmd/cgo).
|
|||
|
||||
The second is the SWIG program, which is a general tool for
|
||||
interfacing between languages. For information on SWIG see
|
||||
http://swig.org/. When running go build, any file with a .swig
|
||||
https://swig.org/. When running go build, any file with a .swig
|
||||
extension will be passed to SWIG. Any file with a .swigcxx extension
|
||||
will be passed to SWIG with the -c++ option.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue