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

Update ch2-01-hello-cgo.md

This commit is contained in:
wahaha 2018-08-14 18:26:34 +08:00 committed by GitHub
parent fe21667031
commit c9b727d92a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,6 +150,7 @@ void SayHello(/*const*/ char* s);
```go ```go
// hello.go // hello.go
package main package main
import "C" import "C"
import "fmt" import "fmt"