struct slice map

This commit is contained in:
2025-09-23 13:58:04 +08:00
parent 5cc42f5528
commit 80c5cb350b
7 changed files with 408 additions and 57 deletions
-8
View File
@@ -53,11 +53,3 @@ func (o *tagOption) Contains(tag tagt) bool {
return o.flg&tag == tag
}
func (o *tagOption) ToName() string {
if o.flg&tagToName == 0 {
return ""
}
return o.toname
}