mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 00:15:43 +03:00
This PR adds Merge() helper function for choosing which value of two pointers to use during a larger merge operation. If 'next' is not nil, use that value, otherwise use the 'previous' value.