mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-03-03 03:08:27 -07:00
* Replace iris with httprouter * Linter fixes * Finalize iris removal * Vendor dependencies for reproducable builds * Api tests are back
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
|