Go编程语言

Go 是一种开源编程语言,可以轻松构建简单、可靠和高效的软件。「Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.」

Github星跟蹤圖

Go编程语言

Go 是一种开源编程语言,可以轻松构建简单、可靠和高效的软件。

Go 富有表现力、简洁、干净、高效。 它的并发机制使编写多核和网络机器的程序变得容易,而它的新类型系统则使灵活和模块化的程序结构得以实现。快速编译机器代码,便利的垃圾收集和运行时反射的能力。 它是一种快速、静态类型的编译语言,感觉像动态类型的解释语言。

Go 的标准 Git 存储库位于 https://go.googlesource.com/gohttps://github.com/golang/go 上有一个镜像库。

除非另有说明,Go 源文件以 LICENSE 文件中的 BSD-style 许可证分发。

下载并安装

二进制分发

官方二进制发行版可从https://golang.org/dl/ 获取。

下载二进制版本后,请访问 https://golang.org/doc/install 以获取安装说明。

从源代码安装

如果二进制分发不适用于您的操作系统和体系结构,请访问https://golang.org/doc/install/source 以获取源安装说明。

概覽

名稱與所有者paramiko/paramiko
主編程語言Python
編程語言Shell (語言數: 1)
平台BSD, Linux, Mac, Windows
許可證GNU Lesser General Public License v2.1
發布數186
最新版本名稱3.4.0 (發布於 2023-12-18 14:34:19)
第一版名稱release-1.7.4 (發布於 )
創建於2009-02-02 03:41:08
推送於2024-04-09 13:51:05
最后一次提交
星數8.8k
關注者數316
派生數2k
提交數4k
已啟用問題?
問題數1597
打開的問題數806
拉請求數137
打開的拉請求數233
關閉的拉請求數412
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

The Go Programming Language

Go is an open source programming language that makes it easy to build simple,
reliable, and efficient software.

Gopher image
Gopher image by Renee French, licensed under Creative Commons 3.0 Attributions license.

Our canonical Git repository is located at https://go.googlesource.com/go.
There is a mirror of the repository at https://github.com/golang/go.

Unless otherwise noted, the Go source files are distributed under the
BSD-style license found in the LICENSE file.

Download and Install

Binary Distributions

Official binary distributions are available at https://golang.org/dl/.

After downloading a binary release, visit https://golang.org/doc/install
or load doc/install.html in your web browser for installation
instructions.

Install From Source

If a binary distribution is not available for your combination of
operating system and architecture, visit
https://golang.org/doc/install/source or load doc/install-source.html
in your web browser for source installation instructions.

Contributing

Go is the work of thousands of contributors. We appreciate your help!

To contribute, please read the contribution guidelines:
https://golang.org/doc/contribute.html

Note that the Go project uses the issue tracker for bug reports and
proposals only. See https://golang.org/wiki/Questions for a list of
places to ask questions about the Go language.

去到頂部