style: group consts together

This commit is contained in:
jabuxas 2024-09-19 22:28:17 -03:00
parent a23b36a2df
commit 22f3b6efca

View File

@ -9,8 +9,10 @@ import (
"time"
)
const TMPDIR = "/tmp/spire"
const PAYLOAD = TMPDIR + "/payload.json"
const (
TMPDIR = "/tmp/spire"
PAYLOAD = TMPDIR + "/payload.json"
)
func main() {
get_cache()