mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-28 19:09:32 -03:00
Squashed 'go-enry/' content from commit 7e3a9a7
git-subtree-dir: go-enry
git-subtree-split: 7e3a9a7241
This commit is contained in:
7
internal/code-generator/assets/id.go.tmpl
Normal file
7
internal/code-generator/assets/id.go.tmpl
Normal file
@ -0,0 +1,7 @@
|
||||
package data
|
||||
|
||||
var IDByLanguage = map[string]int{
|
||||
{{range $language, $id := . -}}
|
||||
"{{$language}}": {{$id -}},
|
||||
{{end -}}
|
||||
}
|
Reference in New Issue
Block a user