gusano

command module
v0.0.0-...-a86aa42 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 23, 2020 License: MIT Imports: 13 Imported by: 0

README

gusano

Package-wide static analysis of GO code

gusano is a framework for implementing static analysis on GO packages. gusano is a fork of the invaluable revive linter but it allows developing analysis to cope with whole packages. This, for example, makes possible to implement analysis like unused symbols (var, const, types, funcs, ...) detection.

The main purpose of gusano is to serve as sandbox for evolutions in revive.

How to use gusano

$ cd your/go/module/root
$ gusano ./...

/!\ command line flags, except -formatter, do not work

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL