zones: Env: allow multiple gateways and drop unused ZONE{zoneID}_IP
#4
Reference in New Issue
Block a user
Delete Branch "pr-amery-env"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
please see comment
@@ -62,2 +67,2 @@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.Bufferinstead ofstrings.Join@karasz6bf897f681to71a1d1a7c2LGTMN
v0.4.15tagged