Skip to content

Commit

Permalink
Add code owners (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
wgarunap authored Jan 13, 2025
1 parent 364aea5 commit 5780b20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@wgarunap
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ func (Conf) Print() interface{} {
}

func main() {
if err := goconf.Load(new(Conf));err!=nil{
log.Fatal(err)
if err := goconf.Load(new(Conf));err!=nil{
log.Fatal(err)
}

log.Println(`configuration successfully loaded`)
log.Println(`configuration successfully loaded`)
}
```

0 comments on commit 5780b20

Please sign in to comment.