Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/golang/go
The Go programming language
https://github.com/golang/go
go golang language programming-language
Last synced: 6 days ago
JSON representation
The Go programming language
- Host: GitHub
- URL: https://github.com/golang/go
- Owner: golang
- License: bsd-3-clause
- Created: 2014-08-19T04:33:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T20:18:17.000Z (6 months ago)
- Last Synced: 2024-05-22T20:24:33.656Z (6 months ago)
- Topics: go, golang, language, programming-language
- Language: Go
- Homepage: https://go.dev
- Size: 340 MB
- Stars: 120,215
- Watchers: 3,431
- Forks: 17,249
- Open Issues: 9,444
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- awesome-go - golang/go
- toolbox - go - And I found go. Its much more low level, which enticed me a lot. Did some experimenting and built some CLI tools, but I am still waiting production experience. (Languages)
- awesome-ccamel - golang/go - The Go programming language (Go)
- awesome-starred-test - golang/go - The Go programming language (Go)
- awesome - golang/go - The Go programming language (Go)
- awesome-repositories - golang/go - The Go programming language (Go)
- awesome-github-star - go
- awesome-starts - golang/go - The Go programming language (Go)
- stars - golang/go - The Go programming language (Go)
- jimsghstars - golang/go - The Go programming language (Go)
- awesome-list - go
- awesome - go
- awesome-bytecode - GoLang
- awesome-go-extra - go - 08-19T04:33:40Z|2022-08-25T21:09:19Z| (Websites / Reddit)
- starred-awesome - go - The Go programming language (Go)
- my-awesome - golang/go - language pushed_at:2024-11 star:123.8k fork:17.6k The Go programming language (Go)
- StarryDivineSky - golang/go
- GO-SIMPLE - Go
README
# The Go Programming Language
Go is an open source programming language that makes it easy to build simple,
reliable, and efficient software.![Gopher image](https://golang.org/doc/gopher/fiveyears.jpg)
*Gopher image by [Renee French][rf], licensed under [Creative Commons 4.0 Attribution license][cc4-by].*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://go.dev/dl/.
After downloading a binary release, visit https://go.dev/doc/install
for installation instructions.#### Install From Source
If a binary distribution is not available for your combination of
operating system and architecture, visit
https://go.dev/doc/install/source
for source installation instructions.### Contributing
Go is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines at https://go.dev/doc/contribute.
Note that the Go project uses the issue tracker for bug reports and
proposals only. See https://go.dev/wiki/Questions for a list of
places to ask questions about the Go language.[rf]: https://reneefrench.blogspot.com/
[cc4-by]: https://creativecommons.org/licenses/by/4.0/