go 命令

Posted msvc

tags:

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

Usage:

    go <command> [arguments]

The commands are:

    bug         启动错误报告
    build       编译包和依赖项
    clean       删除对象文件和缓存文件
    doc         显示包或符号的文档
    env         打印Go环境信息
    fix         更新包以使用新的Api
    fmt         gofmt (reformat) package sources
    generate    generate Go files by processing source
    get         将依赖项添加到当前模块并安装它们
    install     编译安装包和依赖项
    list        列出包或模块
    mod         模块维护
    run         编译并运行Go程序
    test        test packages
    tool        运行指定的go工具
    version     print Go version
    vet         报告包中可能出现的错误

Use "go help <command>" for more information about a command.

Additional help topics:

    buildmode   build modes
    c           calling between Go and C
    cache       build and test caching
    environment environment variables
    filetype    file types
    go.mod      the go.mod file
    gopath      GOPATH environment variable
    gopath-get  legacy GOPATH go get
    goproxy     module proxy protocol
    importpath  import path syntax
    modules     modules, module versions, and more
    module-get  module-aware go get
    module-auth module authentication using go.sum
    module-private module configuration for non-public modules
    packages    package lists and patterns
    testflag    testing flags
    testfunc    testing functions

Use "go help <topic>" for more information about that topic.

以上是关于go 命令的主要内容,如果未能解决你的问题,请参考以下文章

你知道的Go切片扩容机制可能是错的

golang代码片段(摘抄)

VSCode自定义代码片段——git命令操作一个完整流程

VSCode自定义代码片段——cli的终端命令大全

VSCode自定义代码片段4——cli的终端命令大全

VSCode自定义代码片段15——git命令操作一个完整流程