zones: Env: allow multiple gateways and drop unused `ZONE{zoneID}_IP` #4
Merged
amery
merged 3 commits from pr-amery-env
into main
1 year ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'pr-amery-env'
Deleting a branch is permanent. It CANNOT be undone. Continue?
please see comment
if fn != nil {
value = fn(m)
if n := len(value); n > 0 {
ss := make([]string, len(value))
I would make it like:
so buffered instead of joined. agreed
slightly different to handle the space delimiters, but commit amended to use a
bytes.Buffer
instead ofstrings.Join
@karasz6bf897f681
to71a1d1a7c2
1 year agoLGTMN
d2f0a0744b
into main 1 year agov0.4.15
taggedReviewers
d2f0a0744b
.