Categorygithub.com/cloverrose/unusedinterface
modulepackage
0.2.0
Repository: https://github.com/cloverrose/unusedinterface.git
Documentation: pkg.go.dev

# README

unusedinterface

unusedinterface finds unused interface in their package.

Install

$ go install github.com/cloverrose/unusedinterface/cmd/unusedinterface@latest

Or Build from source

$ go build -o bin/ ./cmd/...

Or Install via aqua

https://aquaproj.github.io/

Usage

$ go vet -vettool=`which unusedinterface` ./...

# Packages

No description provided by the author

# Functions

No description provided by the author

# Variables

Analyzer find interface definition that are not used in their package.