Skip to content

yangbobo2021/go_token_ref

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

编译:
go mod tidy
go build .

分析:
cp ./analyzer /xx/xx/repo
cd /xx/xx/repo
go mod tidy
go build .
./analyzer . > result.txt

python filter.py /xx/xx/repo/result.txt


注意:
1. filter.py仅仅解析了包引用次数;
2. 被分析项目要能够编译通过;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published