How to use the Go parser package to identify types in source code
Find a file
Frédéric G. MARAND 3d784fdb6f
WIP
2023-04-04 11:06:18 +02:00
.idea First commit: locate type spec declarations. 2022-11-17 18:44:42 +01:00
01-parse_just_imports_in_single_file WIP 2023-04-04 11:06:18 +02:00
02-basic_tree_walk WIP 2023-04-04 11:06:18 +02:00
03-tree_walk_with_packages WIP 2023-04-04 11:06:18 +02:00
04-walk_packages WIP 2023-04-04 11:06:18 +02:00
.gitignore Initial commit 2022-11-17 17:43:33 +00:00
go.mod WIP 2023-04-04 11:06:18 +02:00
go.sum WIP 2023-04-04 11:06:18 +02:00
LICENSE Initial commit 2022-11-17 17:43:33 +00:00
README.md Initial commit 2022-11-17 17:43:33 +00:00

go__parsing_demo

How to use the Go parser package to identity types in source code