From ccb8522697751fc204fb2971b4d307f5c208ee5f Mon Sep 17 00:00:00 2001 From: Shenal Fernando Date: Fri, 17 Jan 2025 20:03:04 +0530 Subject: [PATCH] [#17] comment updated --- parse.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/parse.go b/parse.go index ad7d532..e526070 100644 --- a/parse.go +++ b/parse.go @@ -18,7 +18,8 @@ import "github.com/caarlos0/env/v11" // // type Config struct { // Name string `env:"MY_NAME"` -// Age int `env:"MY_AGE"` ` +// Age int `env:"MY_AGE"` +// Team string `env:"MY_TEAM" envDefault:"backend"` // } // // var conf Config