package
2025.3.14-pr4251.1+incompatible
Repository: https://github.com/superfly/flyctl.git
Documentation: pkg.go.dev

# Functions

Clone clones *public fields* in a structure.
CloneFallible clones *public fields* in a structure.
No description provided by the author
No description provided by the author
No description provided by the author
GetConfigDirectory will return where config and state files should be stored, either respecting `FLY_CONFIG_DIR` or defaulting to the user's home directory at `~/.fly`.
HasPipedStdin returns if stdin has piped input.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RandBytes generates random bytes of a given length See: https://stackoverflow.com/questions/35781197/generating-a-random-fixed-length-byte-array-in-go.
RandHex generates a random hex string of a given length*2.
RandString returns a string of n bytes, consisting of ASCII letters or numbers.
No description provided by the author