File: socket.go

package info (click to toggle)
invidtui 0.4.6-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 568 kB
  • sloc: makefile: 5
file content (9 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
5
6
7
8
9
//go:build !windows
// +build !windows

package platform

// Socket returns the socket path.
func Socket(sock string) string {
	return sock
}