8000 Tags · Netflix/go-env · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Netflix/go-env

Tags

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Marshal() including "default=" tags in EnvSet (#27)

* fix: Marshal() including "default=" tags in EnvSet

* chore: added tests

* chore: added more tests

* chore: added comment to clarify skipping of tag options in Marshal

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: go 1.23 upgrade, README fix, docstring additions, & go styling…

… updates (#28)

* [chore] go 1.23.2 upgrade, README fix, docstring additions, & go styling updates

Signed-off-by: sheikhrachel <sheikhrachel97@gmail.com>

* fix: remove local test file

Signed-off-by: sheikhrachel <sheikhrachel97@gmail.com>

* fix: 1.23 go version & refactor redundant switch clauses

Signed-off-by: Rachel <sheikhrachel97@gmail.com>

* fix: remove bin dir

Signed-off-by: Rachel <sheikhrachel97@gmail.com>

---------

Signed-off-by: sheikhrachel <sheikhrachel97@gmail.com>
Signed-off-by: Rachel <sheikhrachel97@gmail.com>

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Slice support (#13)

* add slice support

* update test

* fix default slice values

* add additional kv string test

* switch to a configurable slice separator

* style: fix trailing newline

* fix: use tag field for separator

---------

Co-authored-by: jimmykodes <jkeith@kochava.com>

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove go minor revision specification (#26)

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make repo a Go module, switch to GitHub Actions (#25)

* add go.mod

* swap travis for github action, update badges in readme

* scrap the matrix, use latest
0