all repos — emoji @ cf2567abaf2c0088ccf0492340530c25b6bcef19

A minimalistic emoji package for Go (golang)

change auto-generated comment to follow standard convention

Thanks u/efskap
https://www.reddit.com/r/golang/comments/fe21os/emoji_a_minimalistic_emoji_package_for_go/fjlz2bl
Enes Çakır enes@cakir.web.tr
Fri, 06 Mar 2020 11:00:38 +0300
commit

cf2567abaf2c0088ccf0492340530c25b6bcef19

parent

649d06bd6d930e0925038d9f7ed08a7fb83ced49

2 files changed, 6 insertions(+), 14 deletions(-)

jump to
M constants.goconstants.go

@@ -1,13 +1,9 @@

package emoji -/* - NOTICE - THIS FILES IS AUTO-GENERATED BY github.com/enescakir/emoji/internal/generator - DO NOT CHANGE IT MANUALLY +// Code generated by github.com/enescakir/emoji/internal/generator DO NOT EDIT. - LINK: https://unicode.org/Public/emoji/13.0/emoji-test.txt - CREATED AT: 2020-03-05T18:12:45+03:00 -*/ +// Source: https://unicode.org/Public/emoji/13.0/emoji-test.txt +// Create at: 2020-03-06T11:00:28+03:00 var (
M internal/generator/constants.go.tmplinternal/generator/constants.go.tmpl

@@ -1,13 +1,9 @@

package emoji -/* - NOTICE - THIS FILES IS AUTO-GENERATED BY github.com/enescakir/emoji/internal/generator - DO NOT CHANGE IT MANUALLY +// Code generated by github.com/enescakir/emoji/internal/generator DO NOT EDIT. - LINK: {{ .Link }} - CREATED AT: {{ .Date }} -*/ +// Source: {{ .Link }} +// Create at: {{ .Date }} var ( {{ .Constants }}