mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-06 20:10:11 +02:00
578ef768ab
- 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
|