vRp.CD2g_test/utils/combination/item.go

6 lines
56 B
Go

package combination
type Item interface {
// 占位
}