a lil bit refactoring
This commit is contained in:
parent
0fba01b201
commit
8c4d28ed0e
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user