Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 824 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 824 Bytes

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.