Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T05:55:05.000Z (over 2 years ago)
- Last Synced: 2024-07-31T20:51:43.700Z (5 months ago)
- Topics: ast, go, metaprogramming, refactor, reflect
- Language: Go
- Homepage:
- Size: 134 KB
- Stars: 60
- 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
[![Go Report Card](https://goreportcard.com/badge/github.com/wzshiming/gotype)](https://goreportcard.com/report/github.com/wzshiming/gotype)
[![GoDoc](https://godoc.org/github.com/wzshiming/gotype?status.svg)](https://godoc.org/github.com/wzshiming/gotype)
[![GitHub license](https://img.shields.io/github/license/wzshiming/gotype.svg)](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.