PIDFile is a file used to store the process ID of a running process.
type PIDFile struct {
// contains filtered or unexported fields
}
func New(path string) (*PIDFile, error)
New creates a PIDfile using the specified path.
func (file PIDFile) Remove() error
Remove removes the PIDFile.