Skip to content

Commit

Permalink
Merge pull request #50 from kyokomi/fix_generate_code
Browse files Browse the repository at this point in the history
Fix generate code
  • Loading branch information
kyokomi committed Dec 30, 2020
2 parents a38e5d4 + 40a9a20 commit 9154b5b
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 27 deletions.
2 changes: 1 addition & 1 deletion emoji.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"unicode"
)

//go:generate generateEmojiCodeMap -pkg emoji
//go:generate generateEmojiCodeMap -pkg emoji -o emoji_codemap.go

// Replace Padding character for emoji.
var (
Expand Down

0 comments on commit 9154b5b

Please sign in to comment.