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" "time"
) )
const TMPDIR = "/tmp/spire" const (
const PAYLOAD = TMPDIR + "/payload.json" TMPDIR = "/tmp/spire"
PAYLOAD = TMPDIR + "/payload.json"
)
func main() { func main() {
get_cache() get_cache()