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. před 2 roky
.idea 0b426adbd6 First commit: locate type spec declarations. před 2 roky
parse_just_imports_in_single_file 0b426adbd6 First commit: locate type spec declarations. před 2 roky
.gitignore d9968950f3 Initial commit před 2 roky
LICENSE d9968950f3 Initial commit před 2 roky
README.md d9968950f3 Initial commit před 2 roky
decl.go 0b426adbd6 First commit: locate type spec declarations. před 2 roky
go.mod 0b426adbd6 First commit: locate type spec declarations. před 2 roky
main.go 0b426adbd6 First commit: locate type spec declarations. před 2 roky
parse.go 0b426adbd6 First commit: locate type spec declarations. před 2 roky
stmt.go 0b426adbd6 First commit: locate type spec declarations. před 2 roky

README.md

go__parsing_demo

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