# README
syntaxgo
syntaxgo is a wrapper around Go's go/ast
Abstract Syntax Tree and Go's reflect
package
syntaxgo is designed to make it easier to analyze code and then automate the generation.
CHINESE README
Installation
go get github.com/yyle88/syntaxgo
License
This project is licensed under the MIT License. See the LICENSE file for details.
Support
Welcome to contribute to this project by submitting pull requests or reporting issues.
If you find this package helpful, give it a star on GitHub!
Thank you for your support!
Happy Coding with syntaxgo
! 🎉
Give me stars. Thank you!!!
See stars
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
CurrentPackageName 这里的当前不是当前的意思,而是调用者调用时,就能得到调用位置的包名.
GetPkgName 获得某个go文件的包名.