fix typo
This commit is contained in:
parent
fcf8180751
commit
fcda732437
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ there is no convenient way to call C++ code. SWIG fills this gap.
|
|||
|
||||
<p>
|
||||
There are (at least) two different Go compilers. One is the gc
|
||||
compiler, normally invoked under via the go tool. The other
|
||||
compiler, normally invoked via the go tool. The other
|
||||
is the gccgo compiler, which is a frontend to the gcc compiler suite.
|
||||
The interface to C/C++ code is completely different for the two Go
|
||||
compilers. SWIG supports both, selected by a command line option.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue