Skip to content

Commit

Permalink
Merge pull request #19 from colegion/fix_comments
Browse files Browse the repository at this point in the history
Fix wording in comments
  • Loading branch information
alkchr committed Oct 18, 2015
2 parents b543d35 + 00af57a commit 15a3532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/skeleton/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func main() {
Handler: handler,
}

// Starting the server.
// Start the server.
log.Printf(`Listening on "%s".`, s.Addr)
log.Fatal(grace.Serve(s))
}
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/colegion/goal/tools/run"
)

var trace = flag.Bool("trace", false, "Show stack trace in case of runtime errors.")
var trace = flag.Bool("trace", false, "show stack trace in case of runtime errors")

// tools is a stores information about the registered subcommands (tools)
// the framework supports.
Expand Down

0 comments on commit 15a3532

Please sign in to comment.