# gotype **Repository Path**: wzshiming/gotype ## Basic Information - **Project Name**: gotype - **Description**: Golang源代码解析,像反射包一样使用 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-06-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gotype Golang源代码解析,像反射包一样使用 [![Build Status](https://travis-ci.org/wzshiming/gotype.svg?branch=master)](https://travis-ci.org/wzshiming/gotype) [![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) [![gocover.io](https://gocover.io/_badge/github.com/wzshiming/gotype)](https://gocover.io/github.com/wzshiming/gotype) - [English](https://github.com/wzshiming/gotype/blob/master/README.md) - [简体中文](https://github.com/wzshiming/gotype/blob/master/README_cn.md) ## 用法 [API 文档](https://godoc.org/github.com/wzshiming/gotype) [示例](https://github.com/wzshiming/gotype/blob/master/cmd/pkgimport/main.go) ## 许可证 软包根据MIT License。有关完整的许可证文本,请参阅[LICENSE](https://github.com/wzshiming/gotype/blob/master/LICENSE)。