diff options
author | Sameer Ajmani <sameer@golang.org> | 2015-10-09 14:19:37 -0400 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2015-10-12 06:59:45 +0000 |
commit | 79041e95580188957ec65fdbbf4b3a8b81f95fda (patch) | |
tree | 37a11c156c5568a8c13d0e06f8d23f2f98f54245 | |
parent | 529d35ee976ebb2602d9b0df45100f0b4c193f89 (diff) |
blog: fix link to cgo source file in Cgo post.
Change-Id: Id22ff1842f85ceb312c2f5e37e6440e7e80ac727
Reviewed-on: https://go-review.googlesource.com/15690
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
-rw-r--r-- | content/c-go-cgo.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/c-go-cgo.article b/content/c-go-cgo.article index 287d933..d0e9976 100644 --- a/content/c-go-cgo.article +++ b/content/c-go-cgo.article @@ -106,4 +106,4 @@ The [[http://golang.org/cmd/cgo/][cgo command]] documentation has more detail ab For a simple, idiomatic example of a cgo-based package, see Russ Cox's [[http://code.google.com/p/gosqlite/source/browse/sqlite/sqlite.go][gosqlite]]. Also, the Go Project Dashboard lists [[https://godashboard.appspot.com/project?tag=cgo][several other cgo packages]]. -Finally, if you're curious as to how all this works internally, take a look at the introductory comment of the runtime package's [[http://golang.org/src/pkg/runtime/cgocall.c][cgocall.c]]. +Finally, if you're curious as to how all this works internally, take a look at the introductory comment of the runtime package's [[https://golang.org/src/runtime/cgocall.go][cgocall.go]]. |