This website requires JavaScript.
Explore
Help
Sign In
common
/
goast
Watch
1
Star
0
Fork
0
You've already forked goast
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
3
Commits
1
Branch
1
Tag
875a73a463aa86cf9bc29b1e3c42153e39bc4d03
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Young Xu
875a73a463
fix: nil pointer
2023-03-18 23:17:09 +08:00
testdata
fix: nil pointer
2023-03-18 23:17:09 +08:00
.gitignore
first commit
2023-01-01 16:38:14 +08:00
go.mod
fix: path
2023-03-03 23:03:26 +08:00
go.sum
first commit
2023-01-01 16:38:14 +08:00
goast_test.go
fix: nil pointer
2023-03-18 23:17:09 +08:00
goast.go
fix: nil pointer
2023-03-18 23:17:09 +08:00
README.md
first commit
2023-01-01 16:38:14 +08:00
util.go
fix: nil pointer
2023-03-18 23:17:09 +08:00
README.md
GOAST
GoAst 是一个go文件解析器
提供能力:
获取所有的变量定义
获取所有的常量定义
获取所有的函数定义
获取所有的结构体定义
获取所有的方法定义
Reference in New Issue
View Git Blame
Copy Permalink
Description
No description provided
Readme
31
KiB
Releases
1
v0.0.1
Latest
2024-03-19 14:10:41 +00:00
Languages
Go
100%