golang编程学习,实现计算器加、减、乘、除、开方、取模运算功能。
编译:
go build calc_sigle.go
编译:
go build calc_project.go
具体文章分析思路: https://blog.csdn.net/qq_41490561/article/details/127585260?spm=1001.2014.3001.5501 https://blog.csdn.net/qq_41490561/article/details/127593452?spm=1001.2014.3001.5501


