From 5319e2af4c4a11c90323db7359e8edced6edc1fc Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 9 May 2026 15:45:32 -0400 Subject: unmarshal /print-job-cost-calculations response --- lulu.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lulu.go') diff --git a/lulu.go b/lulu.go index 74ef526..25f8c9c 100644 --- a/lulu.go +++ b/lulu.go @@ -165,7 +165,8 @@ func (c *Client) ValidateCover(srcUrl string, mfg PkgId, npages uint) (uint, err return rec.Id, nil } -// GetCoverValidiation retrieves information about a cover file validation job that was started by ValidiateCover(). +// GetCoverValidiation retrieves information about a cover file +// validation job that was started by ValidiateCover(). // // https://api.lulu.com/docs/#tag/Files-validation/operation/Validate-Cover_read func (c *Client) GetCoverValidation(id uint) (CoverValidationRecord, error) { -- cgit v1.2.3