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

Merged
amery merged 4 commits from pr-amery-env-regions into main 3 months ago
amery commented 3 months ago
Owner
There is no content yet.
amery added 4 commits 3 months ago
e410797413 env: use foo= instead of foo="" for empty variables
3ba721bf7f env: add []string writer
7986e0fd3b env: add REGIONS list to output
fefbfa16a2 env: export ZONE{zoneID}_REGION
karasz approved these changes 3 months ago
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 :(
Poster
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 3 months ago
amery deleted branch pr-amery-env-regions 3 months ago
Poster
Owner

v0.8.0 tagged

`v0.8.0` tagged

Reviewers

karasz approved these changes 3 months ago
The pull request has been merged as f854d87b16.
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
There is no content yet.