This PR adds functions Join and Unwrap. In go1.13+ it delegates the implementations to the stdlib, in older versions the current stdlib implementations are copied over into this library.
It also cleans up the comments on some of the functions and runs gofmt which adds the updated build constraints.
This PR adds functions
Join
andUnwrap
. In go1.13+ it delegates the implementations to the stdlib, in older versions the current stdlib implementations are copied over into this library.It also cleans up the comments on some of the functions and runs gofmt which adds the updated build constraints.
Closes #42.