a lil bit refactoring

This commit is contained in:
Egor Aristov 2025-11-08 09:52:54 +03:00
parent e04edeb2ed
commit 2759bec46c
Signed by: egor3f
GPG Key ID: 40482A264AAEC85F
4 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ import (
_ "embed"
)
//go:embed go_gen.tmpl
//go:embed gogen.tmpl
var templateString string
type goGenData struct {

View File

@ -12,7 +12,7 @@ import (
_ "embed"
)
//go:embed ts_gen.tmpl
//go:embed tsgen.tmpl
var templateString string
type tsGenData struct {