Clash.Meta/constant/features/cmfa.go
2023-11-17 13:19:24 +08:00

7 lines
79 B
Go

//go:build cmfa
package features
func init() {
TAGS = append(TAGS, "cmfa")
}