Imports of ulid command

PathSynopsis
crypto/randPackage rand implements a cryptographically secure random number generator.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/oklog/ulid/v2
github.com/pborman/getopt/v2Package getopt (v2) provides traditional getopt processing for implementing commands that use traditional command lines.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
osPackage os provides a platform-independent interface to operating system functionality.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.