How to use the Go parser package to identify types in source code
- Go 100%
| .idea | ||
| 01-parse_just_imports_in_single_file | ||
| 02-basic_tree_walk | ||
| 03-tree_walk_with_packages | ||
| 04-walk_packages | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| README.md | ||
go__parsing_demo
How to use the Go parser package to identity types in source code