Skip to content

Commit

Permalink
removed unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
dangra committed Jan 25, 2023
1 parent 401ed90 commit d0f7bb5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ func LoadConfig(ctx context.Context, path string) (cfg *Config, err error) {
return
}

// Use this type to unmarshal fly.toml with the goal of retreiving the app name only
type SlimConfig struct {
AppName string `toml:"app,omitempty"`
}

// Config wraps the properties of app configuration.
type Config struct {
AppName string `toml:"app,omitempty" json:"app,omitempty"`
Expand Down

0 comments on commit d0f7bb5

Please sign in to comment.