Documentation ¶
Overview ¶
Borrowed from https://www.calhoun.io/creating-random-strings-in-go/
Index ¶
- func DirectoryExists(path string) bool
- func Duration(d time.Duration, dicimal int) time.Duration
- func FileExists(path string) bool
- func HasPipedStdin() bool
- func IsTerminal() bool
- func MakeSimpleTable(out io.Writer, headings []string) (table *tablewriter.Table)
- func MkdirAll(pathname string) error
- func PathRelativeToCWD(path string) string
- func RandString(n int) (string, error)
- func ReadStdin(maxLength int) (string, error)
- func WrapString(s string, lim uint, indent int) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DirectoryExists ¶
func FileExists ¶
func IsTerminal ¶ added in v0.0.183
func IsTerminal() bool
func MakeSimpleTable ¶ added in v0.0.145
func MakeSimpleTable(out io.Writer, headings []string) (table *tablewriter.Table)
func PathRelativeToCWD ¶
func RandString ¶ added in v0.0.261
RandString returns a string of n bytes, consisting of ASCII letters or numbers.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.