Files

12 lines
133 B
Go
Raw Permalink Normal View History

/*
* @Author : huangzj
* @Time : 2021/3/16 16:46
* @Description
*/
package numberList
type i interface {
Doc() string
}