package opt import "errors" const ( DefaultMaxSize = 32 * 1024 * 1024 ReferrersEnabled = true ) var ( ErrNotFound = errors.New("not found") )