From 96c8e2e6d20d19dac3b3843f20fad0a4e6a60f6d Mon Sep 17 00:00:00 2001 From: wahaha Date: Tue, 14 Aug 2018 19:14:43 +0800 Subject: [PATCH] Update ch2-01-hello-cgo.md --- ch2-cgo/ch2-01-hello-cgo.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ch2-cgo/ch2-01-hello-cgo.md b/ch2-cgo/ch2-01-hello-cgo.md index ef71ade..ff8cd30 100644 --- a/ch2-cgo/ch2-01-hello-cgo.md +++ b/ch2-cgo/ch2-01-hello-cgo.md @@ -152,6 +152,7 @@ void SayHello(/*const*/ char* s); package main import "C" + import "fmt" //export SayHello