Skip to content

Commit

Permalink
Refactored comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ardan-bkennedy committed May 24, 2014
1 parent 1a9f41f commit 470719c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions chapter2/sample/search/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ import (
// A map of registered matchers for searching.
var matchers map[string]Matcher = map[string]Matcher{}

// Register is called to register a matcher for use
// by the program.
// Register is called to register a matcher for use by the program.
func Register(feedType string, matcher Matcher) {
// Assign the matcher to the specified key.
log.Println("Register", feedType)
matchers[feedType] = matcher
}
Expand Down

0 comments on commit 470719c

Please sign in to comment.