chore: goimports -w . && go fix ./...

This commit is contained in:
AJ ONeal
2026-08-20 13:57:26 -06:00
parent e86b7c4374
commit 716979f4f3
16 changed files with 128 additions and 133 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ type Release struct {
Draft bool `json:"draft"`
PublishedAt string `json:"published_at"` // "2025-10-22T13:00:26Z"
Assets []Asset `json:"assets"`
TarballURL string `json:"tarball_url"` // auto-generated source tarball
ZipballURL string `json:"zipball_url"` // auto-generated source zipball
TarballURL string `json:"tarball_url"` // auto-generated source tarball
ZipballURL string `json:"zipball_url"` // auto-generated source zipball
}
// Asset is one downloadable file attached to a release.