package gc import "errors" // ErrGCRunning indicates that a GC run is already in progress. var ErrGCRunning = errors.New("gc: already running")