chore(all): return concrete types, accept interfaces
- Remove exported interfaces unused locally - Define interfaces to accept arguments - Return concrete types, not interfaces
This commit is contained in:
3
internal/routing/mocks_generate_test.go
Normal file
3
internal/routing/mocks_generate_test.go
Normal file
@@ -0,0 +1,3 @@
|
||||
package routing
|
||||
|
||||
//go:generate mockgen -destination=mocks_test.go -package=$GOPACKAGE . NetLinker
|
||||
Reference in New Issue
Block a user