ffmt icon indicating copy to clipboard operation
ffmt copied to clipboard

私有字段在String()方法中使用

Open xs-cw opened this issue 5 years ago • 0 comments

type Exp struct{
    v string
}
func (e Exp) String() string {
	return e.v
}

大佬 这种情况啥时候能支持一波

xs-cw avatar May 14 '20 09:05 xs-cw