1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-24 04:22:22 +00:00

Update ch2-01-hello-cgo.md

This commit is contained in:
wahaha 2018-08-14 19:14:43 +08:00 committed by GitHub
parent c9b727d92a
commit 96c8e2e6d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,6 +152,7 @@ void SayHello(/*const*/ char* s);
package main
import "C"
import "fmt"
//export SayHello