package
0.0.0-20250213232608-c453f8b35c75
Repository: https://github.com/stellar/go.git
Documentation: pkg.go.dev

# Functions

Duration returns the value of the environment variable "name" as a time.Duration where the value of the environment variable is parsed as a duration string as defined in the Go stdlib time documentation.
Int returns the value of the environment variable "name" as an int.
String returns the value of the environment variable "name".