Go
Go is a programming language built to resemble a simplified version of the C programming language. It compiles at the machine level. Go was created at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson.
Here are 34,470 public repositories matching this topic...
A curated list of awesome Go frameworks, libraries and software
-
Updated
Jul 3, 2021 - Go
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
Updated
Jul 4, 2021 - Go
The world’s fastest framework for building websites.
-
Updated
Jul 5, 2021 - Go
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
-
Updated
Jul 5, 2021 - Go
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
-
Updated
Jul 5, 2021 - Go
Right now, Syncthing seems to always use LF for line endings in config.xml and .stignore. This is a problem in Windows when trying to edit those using the built-in Notepad, which until very recently had no support for other line endings than CRLF. Support for them has only been added in the very recent versions of Windows 10.
The problem is that when opening those files in Notepad under old
"found" by the @discordapp troops the hard way: https://status.discordapp.com/incidents/62gt9cgjwdgf
pinging @zorkian who pointed it out to me.
trivial to repro, this is against a 3.3.13 on fedora-31.
$ etcdctl set /baa schnorp
$ etcdctl get /baa
schnorp
$ echo -ne 'PUT /v2/keys/baa HTTP/1.1\r\nHost: boo\r\nContent-Length: 123\r\n\r\n' | nc localhost 2379
HTTP/1.1 200 OK
...
$ et
The Cloud Native Application Proxy
-
Updated
Jul 4, 2021 - Go
Hi,
I am running Caddy v2.4.3 on FreeBSD 12.2
I have an entry in my Caddyfile that looks like this (obviously the domain names and the Cloudflare key have been substituted with placeholder values here, but other than that I am showing exactly what I have):
api.example.com {
reverse_proxy {
to 10.13.37.7 unix//var/www/com.example.api/example-http-api/run/public.sock
High Performance, Kubernetes Native Object Storage
-
Updated
Jul 5, 2021 - Go
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
-
Updated
Jul 5, 2021 - Go
There is a config item Config.LogConfig.AccessLogs, if it was true, Beego log web request and response.
Actually, it's not a good design. As we all known, Log is a typical AOP logic, it should not couple with "business" logic. But now, audit couple with Beego logic.
The relative code:
// AccessLogRecord is astruct for holding access log data.
type AccessLogRecord struct {
Remo- Gitea version (or commit ref): 1.14.3 + 1.15-dev
- Database (use
[x]):- MySQL
- Can you reproduce the bug at https://try.gitea.io:
- Yes, https://try.gitea.io/org/will-leave-owners/teams/owners = no longer accessible for me
- No
Description
A user on Codeberg reported perse accidentally left the "Owners" team
Standard Go Project Layout
-
Updated
Jun 3, 2021 - Makefile
The fantastic ORM library for Golang, aims to be developer friendly
-
Updated
Jul 3, 2021 - Go
Drone is a Container-Native, Continuous Delivery Platform
-
Updated
Jul 2, 2021 - Go
GenMarkdownTreeCustom has a way to a header (filePrepender arg), however there is not a first class way to add a footer.
Scalable datastore for metrics, events, and real-time analytics
-
Updated
Jul 2, 2021 - Go
At the moment, we have InternalEnable, InternalDisable, and InternalAddonEnable. We should simplify and only have InternalAddonEnable and InternalAddonDisable.
A command-line tool that makes git easier to use with GitHub.
-
Updated
Jul 4, 2021 - Go
The fastest HTTP/2 Go Web Framework. AWS Lambda, gRPC, MVC, Unique Router, Websockets, Sessions, Test suite, Dependency Injection and more. A true successor of expressjs and laravel | 谢谢 https://github.com/kataras/iris/issues/1329 |
-
Updated
Jul 2, 2021 - Go
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia


Add a test to capture the working default config from current and previous releases to make sure that continues to load/validate successfully.
See example configurations that can be used in kubernetes/kubernetes#101822 (comment)
/sig scheduling
/help
/good-first-issue