This repository has been archived on 2024-09-06. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Clash.Meta/constant/features/no_doq.go

8 lines
84 B
Go

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