Page MenuHomeMusing Studio

executable.go
No OneTemporary

executable.go

// Package executable holds utility functions that assist both CLI executables,
// writeas and wf.
package executable
import (
"os"
"path"
)
func Name() string {
n := os.Args[0]
return path.Base(n)
}

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 30, 7:14 AM (7 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3610288

Event Timeline