Skip to content

Tengfei1010/GCBDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Concurrency Bug Detector

Go Concurrency Bug Detector Based on Golang SSA

How to install GCBDetector

$ go get -u github.com/Tengfei1010/GCBDetector/...

How to use it

$ cd $GOROOT/bin
$ staticcheck google.golang.org/grpc

How to write your checker

Please put your checker in staticcheck/lint.go(from line 53)


The framework is copyed from https://github.com/dominikh/go-tools, you can see the detail in https://staticcheck.io/

About

Go Data Race Detector Based on Golang SSA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages