src.elv.sh/pkg/shell.Paths.Bin (field)

6 uses

	src.elv.sh/pkg/shell (current package)
		paths.go#L22: 	Bin string
		paths.go#L40: 	if p.Bin == "" {
		paths.go#L43: 			p.Bin = binFile
		runtime.go#L67: 			BinPath:  p.Bin,
		shell.go#L30: 		Paths{Bin: f.Bin, Sock: f.Sock, Db: f.DB})

	src.elv.sh/pkg/web
		web.go#L58: 		shell.Paths{Bin: web.BinPath, Sock: web.SockPath, Db: web.DbPath})