You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/libgo/readme.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,9 @@ func main() {
60
60
This code uses [Google Currency Converter](https://www.google.com/finance/converter) and [goquery](https://github.com/PuerkitoBio/goquery) for parsing the result.
61
61
The main() function above is for debugging only.
62
62
63
+
The function comment '//export jpy' is required to export.
64
+
65
+
63
66
1. compile
64
67
65
68
We can compile source code with '-buildmode=c-shared' option to make shared object.
0 commit comments