Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
interfacer
✓ mvdan.cc/interfacer
Minimal example showing import of interfacer package.
package main
import (
"fmt"
"mvdan.cc/interfacer"
)
func main() {
// Example usage: analyze a Go file and suggest interfaces
// (actual usage is via command-line tool)
fmt.Println("interfacer is typically used as a CLI tool")
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.0.0-20180901003855-c20040233aedlatest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.