golang-development:进行开发

时间:2024-04-05 11:07:06
【文件属性】:

文件名称:golang-development:进行开发

文件大小:47KB

文件格式:ZIP

更新时间:2024-04-05 11:07:06

Go

高朗发展 进行开发项目 安装围棋 在Linux中安装GO GOVERSION="1.15.7" sudo wget https://dl.google.com/go/go${GOVERSION}.linux-amd64.tar.gz sudo tar -C /usr/local -xzf go${GOVERSION}.linux-amd64.tar.gz sudo rm go${GOVERSION}.linux-amd64.tar.gz 测试并验证安装: /usr/local/go/bin/go version 你应该看到 go version go1.15.5 linux/amd64 运行代码 测试样本代码 go run hello.go 编译代码 测试样本代码 go build hello.go 构建后,执行 ./hello 生成状态: 资源与参考


【文件预览】:
golang-development-main
----my_tutorials()
--------input_output()
--------functions()
--------conditionals()
--------basics.go(2KB)
--------string_process()
--------docker_labs()
--------loops_decision()
--------testbed()
--------array_maps()
--------file_processing()
--------go_package()
--------go_module()
--------console_code()
----datastructure_algorithms()
--------two_sum()
--------longest_prefix()
--------convert_mins_secs()
--------reverse_integer()
----.github()
--------workflows()
----pipeline_templates()
--------prod()
--------working-multistage-notifications.yaml(2KB)
--------main-02022021-update.yml(2KB)
--------multistage.yaml(1KB)
--------working-multistage.yaml(1KB)
--------manual.yaml(857B)
----LICENSE(11KB)
----unit_tests()
--------math1_test.go(686B)
--------math1.go(84B)
----web_application()
--------labs1()
--------server.go(549B)
--------lookup.go(569B)
--------htmlcss()
----hello.go(118B)
----.gitignore(269B)
----Makefile(256B)
----tricks-tips()
--------convintoarray.go(551B)
--------convtips.go(1KB)
----README.md(1KB)
----scripts()
--------base.go(98B)
----projects()
--------slack-bot()

网友评论