Skip to content

Commit

Permalink
chore: rm readme extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel F Cipriano committed Oct 27, 2023
1 parent cfcce35 commit e2f4a5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ import (
)

type config struct {
Host string `env:"HOST" envDefault:"localhost"`
Port int `env:"PORT" envDefault:"3000"`
Address string `env:"ADDRESS,expand" envDefault:"$HOST:${PORT}"`
Host string `env:"HOST" envDefault:"localhost"`
Port int `env:"PORT" envDefault:"3000"`
Address string `env:"ADDRESS,expand" envDefault:"$HOST:${PORT}"`
}

func main() {
Expand Down

0 comments on commit e2f4a5a

Please sign in to comment.