Skip to content

Commit

Permalink
Merge pull request #7 from jlelse/master
Browse files Browse the repository at this point in the history
Update to latest emojis
  • Loading branch information
yuin committed Jun 24, 2024
2 parents 3d00a9b + 68e4be9 commit 34e0a9a
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 12 deletions.
2 changes: 1 addition & 1 deletion _tools/gen-definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var %[1]sOnce sync.Once
func %[2]s(opts ...EmojisOption) Emojis {
%[1]sOnce.Do(func() {
%[1]s = NewEmojis(
%[3]s,
%[3]s,
)
})
m := %[1]s.Clone()
Expand Down
Loading

0 comments on commit 34e0a9a

Please sign in to comment.