Skip to content

Releases: neilpa/go-x

v0.2.1: Add xio.Splice

08 May 01:39
2eca5aa
Compare
Choose a tag to compare

Adds xio.Splice and xio.SpliceFile for "safe" and "simple" in-place file mutations. It actually creates a temp copy that it mutates before atomically renaming it over the original file.

v0.2.0: Add package `xio`

26 Mar 02:57
8c9c91c
Compare
Choose a tag to compare

Adds a couple of io.Reader wrappers.

v0.1.1: Add flag.MultiString

21 Mar 21:56
a0c40e5
Compare
Choose a tag to compare
v0.1.1: Add flag.MultiString

v0.1.0: First Release

20 Mar 22:23
72c5cb3
Compare
Choose a tag to compare

Tagging with an initial version so it can be used in other projects.