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
go run main.go -weight 33如果直接运行提示
go run main.go -weight 33
command-line-arguments ./main.go:55:37: undefined: Celsius ./main.go:55:52: undefined: CToK ./main.go:55:57: undefined: Celsius ./main.go:63:50: too many errors
正确执行 �cd ch2/exercise2.2 && go build 构建成可执行文件后 ./exercise2.2 -weight 33
�cd ch2/exercise2.2 && go build
./exercise2.2 -weight 33
The text was updated successfully, but these errors were encountered:
No branches or pull requests
go run main.go -weight 33
如果直接运行提示正确执行
�cd ch2/exercise2.2 && go build
构建成可执行文件后./exercise2.2 -weight 33
The text was updated successfully, but these errors were encountered: