Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Removed a redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrubon committed Oct 20, 2020
1 parent ebfbbe9 commit 9931455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func (e *loadError) Error() string {
}

// Load will load configuration from environment to dst, which must be a struct
// or a struct pointer, using the default loader.
// or a struct pointer.
func Load(dst interface{}, prefix string) error {
return newLoader().Load(dst, prefix)
}
Expand Down

0 comments on commit 9931455

Please sign in to comment.