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

Frédéric G. MARAND 2e535a9e3f WIP typeSpec il y a 2 ans
.idea 0b426adbd6 First commit: locate type spec declarations. il y a 2 ans
parse_just_imports_in_single_file 0b426adbd6 First commit: locate type spec declarations. il y a 2 ans
.gitignore d9968950f3 Initial commit il y a 2 ans
LICENSE d9968950f3 Initial commit il y a 2 ans
README.md d9968950f3 Initial commit il y a 2 ans
decl.go 2e535a9e3f WIP typeSpec il y a 2 ans
expr.go 2e535a9e3f WIP typeSpec il y a 2 ans
go.mod 0b426adbd6 First commit: locate type spec declarations. il y a 2 ans
main.go 2e535a9e3f WIP typeSpec il y a 2 ans
parse.go 2e535a9e3f WIP typeSpec il y a 2 ans
stmt.go 2e535a9e3f WIP typeSpec il y a 2 ans

README.md

go__parsing_demo

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