Skip to content

pullrequests Search Results · repo:subosito/gotenv language:Go

Filter by

15 results
 (139 ms)

15 results

insubosito/gotenv (press backspace or delete to remove)

This was broken by me in PR #26. Since there was previously no test for this case, I added a regression test.
  • Bios-Marcel
  • 1
  • Opened 
    on Aug 15, 2023
  • #28

To allow this, we need to use a different scanner that ignores the respective BOM bytes possible to occur. This means \xFFEE and \xFEFF since UTF16 can both be little endian or big endian. By default, ...
  • Bios-Marcel
  • 2
  • Opened 
    on Aug 12, 2023
  • #26

change the scanner to split lines according to expected behavior, e.g: split lines on LF, CR or CRLF remove need for extra function to guess that after the facts
  • LeGEC
  • 9
  • Opened 
    on Nov 11, 2022
  • #21

The Read function opens a file but never closes it...
  • luisdavim
  • 1
  • Opened 
    on Aug 22, 2022
  • #20

Small tweaks to the CI process to also include a linter and a makefile to help contributers test their changes.
  • luisdavim
  • 5
  • Opened 
    on May 31, 2022
  • #18

Adding convenience methods for marshalling unmarshalling and writing envs to a file. I ve also added some performance tweaks, you can review each commit separately.
  • luisdavim
  • 7
  • Opened 
    on May 22, 2022
  • #17

Fixes #13 and #10 I ve done some refactoring that should help improve performance a little bit, reviewing each commit individually might be easier.
  • luisdavim
  • 5
  • Opened 
    on May 21, 2022
  • #16

This commit adds an override-flag to make local variables override environment variables. Closes #14.
  • 5nord
  • 3
  • Opened 
    on May 19, 2022
  • #15