From cd1a1c14f547fea4d726e88192d6c60c77b0274f Mon Sep 17 00:00:00 2001 From: Li Jie Date: Sun, 10 Nov 2024 15:57:49 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a8f4de..5b4fb76 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ - [x] Keyword arguments. - [x] Mapping arguments and return values. - [ ] Default arguments. -- [ ] Call Go in Python. +- [x] Call Go in Python. - [x] Export Go functions, struct types to Python. - [x] Auto export field types if it's a struct. - - [ ] Auto generate function signatures (used by gradio). + - [x] Auto generate function signatures (used by gradio). - [x] Basic tests on common used libraries. - [x] matplotlib - [x] gradio