mirror of
https://github.com/qdm12/gluetun.git
synced 2025-12-11 13:56:50 -06:00
- Remove exported interfaces unused locally - Define interfaces to accept arguments - Return concrete types, not interfaces
4 lines
98 B
Go
4 lines
98 B
Go
package routing
|
|
|
|
//go:generate mockgen -destination=mocks_test.go -package=$GOPACKAGE . NetLinker
|