Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
koid committed Jul 22, 2018
1 parent a201f30 commit 2feb27b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ func main() {
}
var tag string
if tagKey != "" {
// append to tag
if val, ok := message[tagKey].(string); ok {
tag = val
} else {
Expand Down

0 comments on commit 2feb27b

Please sign in to comment.