Update README.md

This commit is contained in:
xushiwei
2024-07-14 10:57:21 +08:00
committed by GitHub
parent 552224bbfe
commit d31dcd13fc

View File

@@ -29,7 +29,7 @@ LLGo is compatible with C and Python through the language's **Application Binary
## How support C and Python
LLGo use `go:linkname` to link an extern symbol througth its **Application Binary Interface (ABI)**:
LLGo use `go:linkname` to link an extern symbol througth its ABI:
```go
import _ "unsafe" // for go:linkname