jpictl: fix cloud.yaml unmarshalling #32
Reference in New Issue
Block a user
Delete Branch "pr-amery-unmarshaltext"
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?
fix cloud.yaml unmarshalling by implementing UnmarshalText on wireguard endpoint addresses and keys
Looks a bit strange to me to have
switchstatement with only 2 cases from which one isdefault, but otherwise LGTMI thought you preferred switch over if/else @karasz
This would have been an
for anything that has more than 2 branches I prefer
switchas it seems to me more appropriate .@karasz amended accordingly, and rebased over the current
main+1