chore: cleanup unused constants

We have some leftover constants from some previous changes. This
just cleans up all that are no longer needed.
This commit is contained in:
Ben McClelland
2025-10-09 12:19:00 -07:00
parent 874165cdcf
commit 40da4a31d3
5 changed files with 4 additions and 8 deletions
-1
View File
@@ -41,7 +41,6 @@ type S3ApiController struct {
const (
// time constants
iso8601Format = "20060102T150405Z"
iso8601TimeFormatExtended = "Mon Jan _2 15:04:05 2006"
timefmt = "Mon, 02 Jan 2006 15:04:05 GMT"