Clash.Meta/constant/features/cmfa.go

7 lines
79 B
Go
Raw Normal View History

2023-11-17 13:19:24 +08:00
//go:build cmfa
package features
func init() {
TAGS = append(TAGS, "cmfa")
}