go-config

Configuration file loader for Go

MIT License

Stars
31

Bot releases are visible (Hide)

go-config - v0.7.0 Latest Release

Published by github-actions[bot] over 1 year ago

  • #54: Use t.Setenv
    t.Setenv is now being used. This change contributes to the enhancement of the testing environment.
  • #55: Use fmt.Errorf
    pkg/errors has been replaced with fmt.Errorf. This change simplifies error handling in the code.
  • Bump github.com/BurntSushi/toml from 0.4.1 to 1.3.0 #53
  • Bump github.com/google/go-cmp from 0.5.6 to 0.5.9 #50
go-config - v0.6.0

Published by github-actions[bot] about 3 years ago

go-config - v0.5.1

Published by github-actions[bot] almost 4 years ago

Fix loading empty files the second time in the same loader instance. #34

go-config - v0.5.0

Published by github-actions[bot] about 4 years ago

  • Remove tfstate package. #30
    Use github.com/fujiwara/tfstate-lookup/tfstate.FuncMap directly.
  • Add Loader.Data element to inject any values into the configuration template files. #29
go-config - v0.4.1

Published by github-actions[bot] about 4 years ago

go-config - v0.4.0

Published by github-actions[bot] over 4 years ago

go-config - v0.3.2

Published by github-actions[bot] over 4 years ago

go-config - v0.3.1

Published by github-actions[bot] over 4 years ago

go-config - v0.3.0

Published by github-actions[bot] over 4 years ago

Add New() and Funcs() func. #11 (@mashiike)

go-config - v0.2.0

Published by fujiwara over 4 years ago

Add config.Delims() function.

go-config - v0.1.0

Published by fujiwara over 5 years ago

  • Support go module #7
  • Added new functions #8
    • LoadBytes
    • LoadJSONBytes
    • LoadTOMLBytes
    • LoadWithEnvBytes
    • LoadWithEnvJSONBytes
    • LoadWithEnvTOMLBytes
go-config - v0.0.2

Published by takyoshi over 6 years ago

  • enable to get merge-env-config release binary (#5).