env: export REGIONS and ZONE{zoneID}_REGION #45
Merged
amery
merged 4 commits from pr-amery-env-regions
into main
8 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'pr-amery-env-regions'
Deleting a branch is permanent. It CANNOT be undone. Continue?
don't really like
_, _ = fmt.Fprintf(&buf, "%v", v)
aproach, but at the moment I cannot come up with a better solution. Calling_,_=buf.WriteString(fmt.Sprintf(...blah...))
does not seem any nicer :(@karasz it could be refactored to a panicking
MustFprint()
f854d87b16
into main 8 months agov0.8.0
taggedReviewers
f854d87b16
.