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: 5 days 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: 2024-09-25T09:48:55.000Z (4 months ago)
- Last Synced: 2024-10-29T10:48:21.292Z (3 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
[![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.