You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🍺 Project creation succeeded helloworld
💻 Use the following command to start the project 👇:
$ cd helloworld
$ go generate ./...
$ go build -o ./bin/ ./...
$ ./bin/helloworld -conf ./configs
Version
0.1.0 (Default)
What OS are you seeing the problem on?
macOS
Relevant log output
➜ helloworld ./bin/helloworld -conf ./configs
flag provided but not defined: -conf
Usage of ./bin/helloworld:
-grpc_addr string
grpc listen address. (default ":31233")
-http_addr string
http listen address. (default ":31234")
-name string
app name. (default "hello")
Other
None
Contact Details
No response
Code of Conduct
I agree to follow this project
The text was updated successfully, but these errors were encountered:
What happened?
实际上并未提供 - config 启动选项,建议删除以下 -config 相关的文案
Version
0.1.0 (Default)
What OS are you seeing the problem on?
macOS
Relevant log output
Other
None
Contact Details
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: