zl程序教程

您现在的位置是:首页 >  后端

当前栏目

编程实践精华总结集锦系列2: SpringBoot/Maven/IDEA/Java/Kotlin/Redis等等

2023-09-14 09:07:23 时间

Go Quick Start 极简教程

Go

官网:https://golang.org/
文档:https://golang.org/doc/

开发环境配置

下载 Go:
(官网)https://golang.org/dl/
(国内镜像)https://golang.google.cn/dl/

IDE :使用 GoLand is a cross-platform IDE built specially for Go developers。
https://www.jetbrains.com/go/

go 命令说明:

go
Go is a tool for managing Go source code.

Usage:

    go <command> [arguments]

The commands are:

    bug         start a bug report
    build       compile packages and dependencies
    clean       remove object files and cached files
    doc         show documentation for package or symbol
    env         print Go environment information
    fix         update packages