Documentation
¶
Index ¶
- func CheckError(err error)
- func CreateFile(path string) *os.File
- func ExistsFile(path string) bool
- func OpenFile(path string) *os.File
- func OpenOrCreateFile(path string) *os.File
- func ReadOrPanic(path string) []byte
- func ValidateNArgs(nArgs int, usage string)
- func ValidateNsArgs(nsArgs []int, usage string)
- func WriteString(file *os.File, content string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckError ¶ added in v1.7.4
func CheckError(err error)
func CreateFile ¶ added in v1.7.4
func ExistsFile ¶ added in v1.7.4
func OpenOrCreateFile ¶ added in v1.7.4
func ReadOrPanic ¶
func ValidateNArgs ¶
func ValidateNsArgs ¶ added in v1.7.4
func WriteString ¶ added in v1.7.4
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.