mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 03:47:38 +03:00
7 lines
100 B
Go
7 lines
100 B
Go
//go:build go1.21
|
|
|
|
package common
|
|
|
|
import "encoding/binary"
|
|
|
|
var NativeEndian = binary.NativeEndian
|