chore: use cmp in go 1.21
Co-authored-by: H1JK <hell0jack@protonmail.com>
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
//go:build linux || windows
|
||||
// +build linux windows
|
||||
//go:build linux || windows || darwin
|
||||
|
||||
package pmtud_fix
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
//go:build !linux && !windows
|
||||
// +build !linux,!windows
|
||||
//go:build !linux && !windows && !darwin
|
||||
|
||||
package pmtud_fix
|
||||
|
||||
|
Reference in New Issue
Block a user