package
1.19.3
Repository: https://github.com/antigloss/go.git
Documentation: pkg.go.dev

# README

MonoIncSeqNumGenerator32

MonoIncSeqNumGenerator32 is a goroutine-safe Monotonically Increasing Sequence Number Generator which generates 32bit unsigned ints.

MonoIncSeqNumGenerator64

MonoIncSeqNumGenerator64 is a goroutine-safe Monotonically Increasing Sequence Number Generator which generates 64bit unsigned ints.

# Functions

MD5File returns the MD5 checksum of the file contents.
MD5FileString returns the MD5 checksum of the file contents, in lowercase hex string.
NewMonoIncSeqNumGenerator32 is an easy way to get a new, ready-to-use MonoIncSeqNumGenerator32 object with an initial value.
NewMonoIncSeqNumGenerator64 is an easy way to get a new, ready-to-use MonoIncSeqNumGenerator64 object with an initial value.

# Type aliases

MonoIncSeqNumGenerator32 is a goroutine-safe Monotonically Increasing Sequence Number Generator which generates 32bit unsigned ints.
MonoIncSeqNumGenerator64 is a goroutine-safe Monotonically Increasing Sequence Number Generator which generates 64bit unsigned ints.