kit
kit copied to clipboard
New a service with snake case name inccluding - but output is _
When I new a service with this
kit n s hello-world -m github.com/example/hello-world
this will create a service called hello_world
, and github.com/example/hello_world
in go.mod
.
It should be hello-world
and github.com/example/hello-world
in go.mod
.
When I new a service with this
kit n s hello-world -m github.com/example/hello-world
this will create a service called
hello_world
, andgithub.com/example/hello_world
ingo.mod
.It should be
hello-world
andgithub.com/example/hello-world
ingo.mod
.
Sorry,not support