decentral1se 31fa9b1a7a
Some checks failed
continuous-integration/drone/push Build is failing
chore: make deps, go mod vendor
2024-12-02 01:45:06 +01:00

8 lines
67 B
Go

//go:build !v5
package packet
func init() {
V5Disabled = true
}