diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-07-29 15:02:07 -0230 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-07-29 15:02:07 -0230 |
| commit | 12aba53395c295880638f7f58f3a00271682bb58 (patch) | |
| tree | d4fb13bf362a4f00538e46721d4465d3ab14b2dc /print.go | |
| parent | 1ba515c30a004bd265052a10e6ca502daf63f92e (diff) | |
| download | lulu-12aba53395c295880638f7f58f3a00271682bb58.zip | |
shorten cost datastructure names
Diffstat (limited to 'print.go')
| -rw-r--r-- | print.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"` |