Tags: Netflix/go-env
Tags
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>
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>