8 lines
181 B
Go
8 lines
181 B
Go
|
// +build !routerrpc
|
||
|
|
||
|
package routerrpc
|
||
|
|
||
|
// Config is the default config for the package. When the build tag isn't
|
||
|
// specified, then we output a blank config.
|
||
|
type Config struct{}
|