Skip to content

遍历目录/package静态代码分析,找到对象复用的结构体,检查其Reset方法体是否包含所有结构体字段

License

Notifications You must be signed in to change notification settings

lstarboy/structreset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

structreset

下载安装

git clone [email protected]:beckjiang/structreset.git

cd structreset

./install.sh

检测代码

cd $project
structresetx path/to/package

比如:

cd ~/go/src/kugou.net/kmr_entity_api

structresetx ./postprocessor/v2album ./postprocessor/v2audio ./postprocessor/v2author ./postprocessor/v2video ./postprocessor/v2work
// or
structresetx -d ./postprocessor

其他说明

structresetx help

About

遍历目录/package静态代码分析,找到对象复用的结构体,检查其Reset方法体是否包含所有结构体字段

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published