Skip to content

Commit

Permalink
[#17] comment updated
Browse files Browse the repository at this point in the history
  • Loading branch information
coderx31 committed Jan 17, 2025
1 parent 54baec0 commit ccb8522
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccb8522

Please sign in to comment.