mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-12 08:46:35 +00:00

The last known good commit is 6da3249dfb57fbaa16efafcd8744cee8809d80cd before the first release tag.
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
|