Categorygithub.com/pschlump/MiscLib
modulepackage
1.0.8
Repository: https://github.com/pschlump/misclib.git
Documentation: pkg.go.dev

# README

MiscLib

license

Library with

  1. Colors for Red output
  2. InArray ( lookFor, Array ) returns -1 if not found, index otherwise.

MIT Licensed.

# Functions

InArray returns the subscript if the string 's' is found in the array 'arr', else -1.
StdErrPiped returns true if os.Stderr apears to be send to a pipe.
StdErrPiped returns true if os.Stdin apears to be send to a pipe.
StdErrPiped returns true if os.Stdout apears to be send to a pipe.

# Variables

Black.
Blue.
No description provided by the author
Cyan.
Green.
No description provided by the author
Magenta.
No description provided by the author
Red.
Reset to default color.
Yellow.