Skip to content

Commit

Permalink
output Slack handle in JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
nathany committed Jan 14, 2015
1 parent 273c868 commit 6f3ccb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gtown/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ type user struct {
IRC string `json:"irc"`
Email string `json:"email"`
Discourse string `json:"discourse"`
Slack string `json:"slack"`
Reddit string `json:"reddit"`
Twitter string `json:"twitter"`
Blog string `json:"blog"`
Expand All @@ -42,6 +43,7 @@ func (u user) keywords() []byte {
terms[u.IRC] = struct{}{}
terms[u.Email] = struct{}{}
terms[u.Discourse] = struct{}{}
terms[u.Slack] = struct{}{}
terms[u.Reddit] = struct{}{}
terms[u.Twitter] = struct{}{}
terms[u.Blog] = struct{}{}
Expand Down

0 comments on commit 6f3ccb5

Please sign in to comment.