Skip to content

Commit

Permalink
Fix generate code
Browse files Browse the repository at this point in the history
It was not updated due to a mistake in the path to be generated.
  • Loading branch information
kyokomi committed Dec 30, 2020
1 parent a38e5d4 commit 40a9a20
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 40a9a20

Please sign in to comment.