From 12aba53395c295880638f7f58f3a00271682bb58 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 29 Jul 2026 15:02:07 -0230 Subject: shorten cost datastructure names --- print.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print.go') diff --git a/print.go b/print.go index 930950c..8157eb0 100644 --- a/print.go +++ b/print.go @@ -83,7 +83,7 @@ type PrintJob struct { // developer or shop owner, not the end customer. Contact EmailAddress `json:"contact_email"` - Cost PrintJobCost `json:"costs"` + Cost Cost `json:"costs"` Created time.Time `json:"date_created"` Modified time.Time `json:"date_modified"` -- cgit v1.2.3