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

Frédéric G. MARAND 0b426adbd6 First commit: locate type spec declarations. 2 anni fa
.idea 0b426adbd6 First commit: locate type spec declarations. 2 anni fa
parse_just_imports_in_single_file 0b426adbd6 First commit: locate type spec declarations. 2 anni fa
.gitignore d9968950f3 Initial commit 2 anni fa
LICENSE d9968950f3 Initial commit 2 anni fa
README.md d9968950f3 Initial commit 2 anni fa
decl.go 0b426adbd6 First commit: locate type spec declarations. 2 anni fa
go.mod 0b426adbd6 First commit: locate type spec declarations. 2 anni fa
main.go 0b426adbd6 First commit: locate type spec declarations. 2 anni fa
parse.go 0b426adbd6 First commit: locate type spec declarations. 2 anni fa
stmt.go 0b426adbd6 First commit: locate type spec declarations. 2 anni fa

README.md

go__parsing_demo

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