Update README.md
This commit is contained in:
@@ -29,7 +29,7 @@ LLGo is compatible with C and Python through the language's **Application Binary
|
|||||||
|
|
||||||
## How support C and Python
|
## 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
|
```go
|
||||||
import _ "unsafe" // for go:linkname
|
import _ "unsafe" // for go:linkname
|
||||||
|
|||||||
Reference in New Issue
Block a user