zoukankan      html  css  js  c++  java
  • xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

    Go lang

    $ go version
    # go version go1.14.7 darwin/amd64
    
    

    ➜  ~ 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 to use new APIs
    	fmt         gofmt (reformat) package sources
    	generate    generate Go files by processing source
    	get         add dependencies to current module and install them
    	install     compile and install packages and dependencies
    	list        list packages or modules
    	mod         module maintenance
    	run         compile and run Go program
    	test        test packages
    	tool        run specified go tool
    	version     print Go version
    	vet         report likely mistakes in packages
    
    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.
    
    ➜  ~ 
    
    

    versions

    https://golang.org/doc/devel/release.html

    Go 1.5.x

    https://golang.org/doc/go1.15

    Go 1.4.x

    https://golang.org/doc/go1.14

    refs

    https://golang.org/dl/

    .pkg === .msi

    https://www.cnblogs.com/xgqfrms/p/13570818.html

  • 相关阅读:
    Linux系统下ZIP文件解压和压缩命令
    解析XML文件
    数组和集合之间的转换
    数据库密码到期修改密码
    Linux系统中启动jar程序
    JSONArray依赖包
    多态性
    接口----interface
    抽象类
    final关键字
  • 原文地址:https://www.cnblogs.com/xgqfrms/p/13571379.html
Copyright © 2011-2022 走看看