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