5 lines
204 B
Go
5 lines
204 B
Go
|
// Package socket contains ControlMessage parsing code from
|
||
|
// golang.org/x/net/internal/socket. Instead of supporting all possible
|
||
|
// architectures, we're only supporting linux 32/64 bit.
|
||
|
package socket
|