aboutsummaryrefslogtreecommitdiff
path: root/content/c-go-cgo.article
diff options
context:
space:
mode:
Diffstat (limited to 'content/c-go-cgo.article')
-rw-r--r--content/c-go-cgo.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/c-go-cgo.article b/content/c-go-cgo.article
index 912ed32..b344def 100644
--- a/content/c-go-cgo.article
+++ b/content/c-go-cgo.article
@@ -1,7 +1,7 @@
# C? Go? Cgo!
17 Mar 2011
Tags: cgo, technical
-Summary: Cgo lets Go packages call C code. Given a Go source file written with some special features, cgo outputs Go and C files that can be combined into a single Go package.
+Summary: How to use cgo to let Go packages call C code.
Andrew Gerrand