5 lines
130 B
Go
5 lines
130 B
Go
package config
|
|
|
|
// KitexUnusedProtection is used to prevent 'imported and not used' error.
|
|
var KitexUnusedProtection = struct{}{}
|