8 lines
67 B
Go
8 lines
67 B
Go
//go:build !v5
|
|
|
|
package packet
|
|
|
|
func init() {
|
|
V5Disabled = true
|
|
}
|