golang之基础使用

Posted xingxia

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了golang之基础使用相关的知识,希望对你有一定的参考价值。

  golang常用操作与命令

 

1.执行golang文件

go run hello_world.go

 

2.编译成可执行文件

go build hello_world

则会生成hello_world可执行文件,即可直接运行
./hello_world

 

以上是关于golang之基础使用的主要内容,如果未能解决你的问题,请参考以下文章

代码片段 - Golang 实现简单的 Web 服务器

代码片段 - Golang 实现集合操作

[golang] 语法基础之结构体

Golang 学习之路

golang之基础使用

[golang]语法基础之type关键字