Skip to content

Extract struct types from a go source code directory

Notifications You must be signed in to change notification settings

kalyan02/go-getstructs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

go-getstructs

Simple tool to extract go structure declarations in all go files in a given directory defined by -dir. Output is printed as a json array

Usage:

Usage of ./go-getstructs:

-ast
      print ast (optional) of one file
-dir string
      the directory (required)

Example Usage

./go-getstructs -dir test-source

License

BSD

About

Extract struct types from a go source code directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages