https://github.com/wzshiming/gotype
Golang source code parsing, usage like reflect package
https://github.com/wzshiming/gotype
ast go metaprogramming refactor reflect
Last synced: about 1 month ago
JSON representation
Golang source code parsing, usage like reflect package
- Host: GitHub
- URL: https://github.com/wzshiming/gotype
- Owner: wzshiming
- License: mit
- Created: 2017-12-05T04:09:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T09:48:55.000Z (7 months ago)
- Last Synced: 2024-10-29T10:48:21.292Z (6 months ago)
- Topics: ast, go, metaprogramming, refactor, reflect
- Language: Go
- Homepage:
- Size: 143 KB
- Stars: 61
- Watchers: 6
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - gotype - Golang source code parsing, usage like reflect package. (Generators / Search and Analytic Databases)
- awesome-go-extra - gotype - 12-05T04:09:47Z|2022-06-21T05:55:05Z| (Generators / Utility/Miscellaneous)
README
# gotype
Golang source code parsing, usage like reflect package
[](https://goreportcard.com/report/github.com/wzshiming/gotype)
[](https://godoc.org/github.com/wzshiming/gotype)
[](https://github.com/wzshiming/gotype/blob/master/LICENSE)- [English](https://github.com/wzshiming/gotype/blob/master/README.md)
- [简体中文](https://github.com/wzshiming/gotype/blob/master/README_cn.md)## Usage
[API Documentation](https://godoc.org/github.com/wzshiming/gotype)
[Examples](https://github.com/wzshiming/gotype/blob/master/cmd/pkgimport/main.go)
## TODO
- Supports generics
## License
Licensed under the MIT License. See [LICENSE](https://github.com/wzshiming/gotype/blob/master/LICENSE) for the full license text.