single icon indicating copy to clipboard operation
single copied to clipboard

single ensures that only one instance of your program is running

Go Report Card Coverage Status Build Status GoDoc

Single

Single ensures that only one instance of your program is running

Usage

Use a persistent *Single object for the duration of your program, or Go's garbage collector will automatically close the lockfile.