Skip to content
This repository was archived by the owner on Feb 27, 2018. It is now read-only.

Commit c4a48d3

Browse files
committed
Print error from config()
1 parent d88b216 commit c4a48d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ func main() {
2222
func run() int {
2323
flags, err := config()
2424
if err != nil {
25+
errf("config error: %v\n", err)
2526
return 1
2627
}
2728

0 commit comments

Comments
 (0)