mirror of
https://github.com/muun/recovery.git
synced 2025-02-23 11:32:33 -05: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
|