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

8 lines
80 B
Go

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