We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe368ad + cd1a1c1 commit 36bcf60Copy full SHA for 36bcf60
README.md
@@ -31,10 +31,10 @@
31
- [x] Keyword arguments.
32
- [x] Mapping arguments and return values.
33
- [ ] Default arguments.
34
-- [ ] Call Go in Python.
+- [x] Call Go in Python.
35
- [x] Export Go functions, struct types to Python.
36
- [x] Auto export field types if it's a struct.
37
- - [ ] Auto generate function signatures (used by gradio).
+ - [x] Auto generate function signatures (used by gradio).
38
- [x] Basic tests on common used libraries.
39
- [x] matplotlib
40
- [x] gradio
0 commit comments