package
0.0.0-20210414020239-6daa909df9a7
Repository: https://github.com/kingaj12/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".