Files

12 lines
146 B
Go
Raw Permalink Normal View History

/*
* @Author : huangzj
* @Time : 2020/12/21 22:26
* @Description
*/
package simple
type Doc interface {
Description(string) string
}