DEBSOURCES
Skip Quicknav
sources / invidtui / 0.4.6-1.1 / platform / socket.go
123456789
//go:build !windows // +build !windows package platform // Socket returns the socket path. func Socket(sock string) string { return sock }