Skip to content

Commit

Permalink
Update ch2-01-hello-cgo.md
Browse files Browse the repository at this point in the history
将 <hello.h> 更改为 “hello.h” 似乎更符合规范
  • Loading branch information
PaiGack authored Apr 23, 2023
1 parent 3ed1ce5 commit 0be3be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch2-cgo/ch2-01-hello-cgo.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func SayHello(s *C.char) {
```go
package main

//#include <hello.h>
//#include "hello.h"
import "C"

func main() {
Expand Down

0 comments on commit 0be3be1

Please sign in to comment.