go get
Download the package specified by the import path and its dependencies, and then install the named package, that is, execute the go install command. (Recommended: go language tutorial)
Usage: go get [-d] [-f] [-t] [-u] [-fix] [-insecure] [build flags ] [packages]
Tag Name | Description |
---|---|
-d | Let the command program only perform the download action and not the installation action. |
-f | is only valid when using the -u flag. This flag will cause the command program to ignore checking the import path of the downloaded code package. This is especially important if the code package you downloaded and installed belongs to a project that you forked from someone else. |
-fix | Let the command program perform corrective actions first after downloading the code package, and then compile and install it. |
-insecure | Allows the command program to use an insecure scheme (such as HTTP) to download the specified code package. If the code repository you use (such as the company's internal Gitlab) does not support HTTPS, you can add this tag. Please use it only when you are sure it is safe. |
-t | Let the command program download and install the dependent code packages in the test source code file in the specified code package at the same time. |
-u | Let the command use the network to update existing code packages and their dependent packages. By default, this command will only download code packages that do not exist locally from the network and will not update existing code packages. |
-v | Print out the name of the code package being built |
-x | Print out Commands used |
go install
Use: go install [-i] [build flags] [packages].
is similar to the go build command. The go build command will compile the package and its dependencies, and the generated files will be stored in the current directory. Moreover, go build is only valid for the main package and does not work for other packages. For non-main packages, go install will generate static files and place them in the $GOPATH/pkg directory, with the file extension a. If it is the main package, an executable binary file with the same name as the given package will be generated under $GOPATH/bin.
To summarize: The go get command will download the specified package, compile the downloaded package, and then install it to a specific directory.
The above is the detailed content of Detailed explanation of go get command. For more information, please follow other related articles on the PHP Chinese website!

go语言有缩进。在go语言中,缩进直接使用gofmt工具格式化即可(gofmt使用tab进行缩进);gofmt工具会以标准样式的缩进和垂直对齐方式对源代码进行格式化,甚至必要情况下注释也会重新格式化。

本篇文章带大家了解一下golang 的几种常用的基本数据类型,如整型,浮点型,字符,字符串,布尔型等,并介绍了一些常用的类型转换操作。

闭包(closure)是一个函数以及其捆绑的周边环境状态(lexical environment,词法环境)的引用的组合。 换而言之,闭包让开发者可以从内部函数访问外部函数的作用域。 闭包会随着函数的创建而被同时创建。

go语言叫go的原因:想表达这门语言的运行速度、开发速度、学习速度(develop)都像gopher一样快。gopher是一种生活在加拿大的小动物,go的吉祥物就是这个小动物,它的中文名叫做囊地鼠,它们最大的特点就是挖洞速度特别快,当然可能不止是挖洞啦。

是,TiDB采用go语言编写。TiDB是一个分布式NewSQL数据库;它支持水平弹性扩展、ACID事务、标准SQL、MySQL语法和MySQL协议,具有数据强一致的高可用特性。TiDB架构中的PD储存了集群的元信息,如key在哪个TiKV节点;PD还负责集群的负载均衡以及数据分片等。PD通过内嵌etcd来支持数据分布和容错;PD采用go语言编写。

在写 Go 的过程中经常对比这两种语言的特性,踩了不少坑,也发现了不少有意思的地方,下面本篇就来聊聊 Go 自带的 HttpClient 的超时机制,希望对大家有所帮助。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SublimeText3 Linux new version
SublimeText3 Linux latest version

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

WebStorm Mac version
Useful JavaScript development tools

SublimeText3 English version
Recommended: Win version, supports code prompts!
