package
0.0.0-20210114032155-5bd5390bc5d9
Repository: https://github.com/datadrake/go-base.git
Documentation: pkg.go.dev
# Functions
B2SumRun carries out the "b2sum" subcommand.
Base32Run carries out the "base32" subcommand.
Base64Run carries out the "base64" subcommand.
BasenameRun carries out the "basename" subcommand.
CatRun carries out the "cat" subcommand.
CkSumRun carries out the "cksum" subcommand.
EchoRun carries out the "echo" subcommand.
FalseRun carries out the "false" subcommand.
MD5SumRun carries out the "md5sum" subcommand.
SHA1SumRun carries out the "sha1sum" subcommand.
SHA224SumRun carries out the "sha224sum" subcommand.
SHA256SumRun carries out the "sha256sum" subcommand.
SHA384SumRun carries out the "sha384sum" subcommand.
SHA512SumRun carries out the "sha512sum" subcommand.
TrueRun carries out the "true" subcommand.
TTYRun carries out the "tty" subcommand.
WhoAmIRun carries out the "whoami" subcommand.
YesRun carries out the "yes" subcommand.
# Variables
B2Sum implements the "b2sum" subcommand.
Base32 implements the "base32" subcommand.
Base64 implements the "base64" subcommand.
Basename implements the "basename" subcommand.
Cat implements the "cat" subcommand.
CkSum implements the "cksum" subcommand.
Echo implements the "echo" subcommand.
False implements the "false" subcommand.
MD5Sum implements the "md5sum" subcommand.
SHA1Sum implements the "sha1sum" subcommand.
SHA224Sum implements the "sha224sum" subcommand.
SHA256Sum implements the "sha256sum" subcommand.
SHA384Sum implements the "sha384sum" subcommand.
SHA512Sum implements the "sha512sum" subcommand.
True implements the "true" subcommand.
TTY implements the "tty" subcommand.
WhoAmI implements the "whoami" subcommand.
Yes implements the "yes" subcommand.
# Structs
B2SumFlags are flags unique to the "b2sum" subcommand.
Base32Args are args unique to the "base32" subcommand.
Base32Flags are flags unique to the "base32" subcommand.
Base64Args are args unique to the "base32" subcommand.
Base64Flags are flags unique to the "base64" subcommand.
BasenameArgs are args unique to the "basename" subcommand.
BasenameFlags are flags unique to the "basename" subcommand.
CatArgs are args unique to the "cat" subcommand.
CatFlags are flags unique to the "cat" subcommand.
CkSumArgs are args unique to the "cksum" subcommand.
EchoArgs are args unique to the "echo" subcommand.
EchoFlags are flags unique to the "echo" subcommand.
SumArgs are args shares by all of the "*sum" subcommands.
SumFlags are flags shared by all of the "*sum" subcommands.
TTYFlags are flags unique to the "tty" subcommand.
YesArgs are args unique to the "yes" subcommand.