mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
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
|