README.md
pyproject.toml
go4py/__init__.py
go4py/cli.py
go4py/doc_annotation.py
go4py/get_go_functions.py
go4py/template_engine.py
go4py/test_server.py
go4py/types.py
go4py.egg-info/PKG-INFO
go4py.egg-info/SOURCES.txt
go4py.egg-info/dependency_links.txt
go4py.egg-info/entry_points.txt
go4py.egg-info/requires.txt
go4py.egg-info/top_level.txt
go4py/code_gen/__main__.py
go4py/code_gen/copy_logic.py
go4py/code_gen/file_gen.py
go4py/code_gen/generate_wrapper.py
go4py/code_gen/slice.py
go4py/go_cmd/parse/main.go
go4py/templates/Makefile
go4py/templates/src/main.go
go4py/utils/text_util.py
tests/test_annotations.py
tests/test_complex_functions.py
tests/test_simple_functions.py
tests/test_var_types.py