a lil bit refactoring

This commit is contained in:
Egor Aristov 2025-11-08 10:59:21 +03:00
parent 0fba01b201
commit 8c4d28ed0e
Signed by: egor3f
GPG Key ID: 40482A264AAEC85F
2 changed files with 4 additions and 2 deletions

View File

@ -8,8 +8,9 @@ import (
"strings" "strings"
"text/template" "text/template"
"efprojects.com/kitten-ipc/kitcom/internal/api"
_ "embed" _ "embed"
"efprojects.com/kitten-ipc/kitcom/internal/api"
) )
//go:embed gogen.tmpl //go:embed gogen.tmpl

View File

@ -8,8 +8,9 @@ import (
"os/exec" "os/exec"
"text/template" "text/template"
"efprojects.com/kitten-ipc/kitcom/internal/api"
_ "embed" _ "embed"
"efprojects.com/kitten-ipc/kitcom/internal/api"
) )
//go:embed tsgen.tmpl //go:embed tsgen.tmpl