Skip to content

daisuzu/gsc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Source Checker

Build Status Go Report Card

gsc checkes bits and pieces of problems in Go source code.

Checks

Check Description
ctxscope Not to use context.Context outside the scope.
rangeptr Not to use pointer to the loop iteration variable.

Installation

go get -u github.com/daisuzu/gsc

Usage

Usage: gsc [-flag] [package]

Run 'gsc help' for more detail,
 or 'gsc help name' for details and flags of a specific analyzer.

About

Go Source Checker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages