vppn/peer/main_test.go
2025-08-26 15:33:27 +02:00

6 lines
72 B
Go

package peer
func newBuf() []byte {
return make([]byte, bufferSize)
}