Skip to content

Add Marshal, Write, and Parse(reader)

Compare
Choose a tag to compare
@joho joho released this 20 Sep 05:31
· 77 commits to main since this release

Added in this version:

  • Added Marshal, Unmarshal, and Write methods to write .env files back to disk (or string) #35 #41 #42 thanks @alexquick
  • Added Parse(r io.Reader) to read env out of streams #36 thanks @pda
  • Small parsing fixes #34 thanks @alexquick
  • Some repository quality of life stuff #33 thanks @crash7