Go编程语言

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

Github stars Tracking Chart

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 以获取源安装说明。

Overview

Name With Ownerparamiko/paramiko
Primary LanguagePython
Program languageShell (Language Count: 1)
PlatformBSD, Linux, Mac, Windows
License:GNU Lesser General Public License v2.1
Release Count186
Last Release Name3.4.0 (Posted on 2023-12-18 14:34:19)
First Release Namerelease-1.7.4 (Posted on )
Created At2009-02-02 03:41:08
Pushed At2024-04-19 20:10:12
Last Commit At
Stargazers Count8.8k
Watchers Count316
Fork Count2k
Commits Count4k
Has Issues Enabled
Issues Count1599
Issue Open Count808
Pull Requests Count137
Pull Requests Open Count235
Pull Requests Close Count412
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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.

To the top