We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
hello_world
github.com/example/hello_world
go.mod
It should be hello-world and github.com/example/hello-world in go.mod.
hello-world
github.com/example/hello-world
The text was updated successfully, but these errors were encountered:
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.
Sorry,not support
Sorry, something went wrong.
fix bug: not unicode letter and number to _. feedback:GrantZheng#20
698d82a
ffaedff
No branches or pull requests
When I new a service with this
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
.The text was updated successfully, but these errors were encountered: