File: constants.go.tmpl

package info (click to toggle)
golang-github-enescakir-emoji 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 472 kB
  • sloc: makefile: 3
file content (10 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
package emoji

// Code generated by github.com/enescakir/emoji/internal/generator DO NOT EDIT.

// Source: {{ .Link }}
// Create at: {{ .Date }}

var (
    {{ .Data }}
)