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
Sun, Feb 2, 4:55 AM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3146147

Event Timeline