env: export REGIONS and ZONE{zoneID}_REGION #45

Merged
amery merged 4 commits from pr-amery-env-regions into main 2024-03-19 21:11:50 +01:00
Owner
No description provided.
amery added 4 commits 2024-03-19 17:48:59 +01:00
to improve readability

Signed-off-by: Alejandro Mery <amery@jpi.io>
Signed-off-by: Alejandro Mery <amery@jpi.io>
Signed-off-by: Alejandro Mery <amery@jpi.io>
Signed-off-by: Alejandro Mery <amery@jpi.io>
karasz approved these changes 2024-03-19 19:19:39 +01:00
karasz left a comment
Owner

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 :(

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 :(
Author
Owner

@karasz it could be refactored to a panicking MustFprint()

@karasz it could be refactored to a panicking `MustFprint()`
amery merged commit f854d87b16 into main 2024-03-19 21:11:50 +01:00
amery deleted branch pr-amery-env-regions 2024-03-19 21:11:50 +01:00
Author
Owner

v0.8.0 tagged

`v0.8.0` tagged
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: amery/jpictl#45