Skip to content

Commit

Permalink
Update config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgaOzen committed Aug 3, 2022
1 parent 0214772 commit 74b10bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ type (

// App -.
App struct {
Name string `env-required:"true" yaml:"name"`
Version string `env-required:"true" yaml:"version"`
Name string `env-required:"true" yaml:"name"`
}

// HTTP -.
Expand Down

0 comments on commit 74b10bc

Please sign in to comment.