initial commit
parents
Showing
go.mod
0 → 100644
module github.com/libp2p/go-socket-activation | ||
go 1.13 | ||
require ( | ||
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f | ||
github.com/ipfs/go-log v0.0.1 | ||
github.com/multiformats/go-multiaddr-net v0.1.0 | ||
) |
go.sum
0 → 100644
sockets.go
0 → 100644
sockets_linux.go
0 → 100644
sockets_test.go
0 → 100644
Please register or sign in to comment