Update 'main.go'

This commit is contained in:
2024-01-12 00:41:23 +00:00
parent 9f78ab3b8d
commit 7301b46de9

View File

@@ -22,7 +22,6 @@ import (
) )
// contents of struct mostly don't matter for toolkit. // contents of struct mostly don't matter for toolkit.
type incomingImage struct { type incomingImage struct {
Image string `json:"image"` Image string `json:"image"`
} }