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 35,633 public repositories matching this topic...
A curated list of awesome Go frameworks, libraries and software
-
Updated
Aug 25, 2021 - Go
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
Updated
Aug 25, 2021 - Go
The world’s fastest framework for building websites.
-
Updated
Aug 25, 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
Aug 24, 2021 - Go
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
-
Updated
Aug 21, 2021 - Go
What would you like to be added:
Please consider changing the width of the "Run query" / "Cancel" button to fixed instead of text-length depended, so it is always the same size.
Why is this needed:
When the query is executing, the elements to the left site are "wobbling" around, which is at least unpleasant to look at
If the query takes a second or if you click fast enough, you
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
Aug 25, 2021 - Go
I’m trying to script setup and configuration of caddy server based on a custom download that includes additional plugins (caddy-auth-portal, caddy-auth-jwt, caddy-trace, and various caddy-dns modules ).
During setup, the caddy unit file is configured to run caddy as a non priveledged user (by design).
To get certificates configured properly we are attempting to use the caddy trust command
High Performance, Kubernetes Native Object Storage
-
Updated
Aug 26, 2021 - Go
Description
Mentioned in #16719 and lost in #16655, this issue is about adding UI hints on the Wiki from which a user with edit access can quickly create a sidebar or footer.
Screenshot from GitHub
Standard Go Project Layout
-
Updated
Aug 22, 2021 - Makefile
The fantastic ORM library for Golang, aims to be developer friendly
-
Updated
Aug 23, 2021 - Go
Drone is a Container-Native, Continuous Delivery Platform
-
Updated
Aug 24, 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
Aug 25, 2021 - Go
Changefeed option values are currently case sensitive, as shown by the following CREATE CHANGEFEED statement:
CREATE CHANGEFEED FOR TABLE foo INTO 'kafka://localhost:9092' WITH format='JSON';
ERROR: unknown format: JSON
If some users misremember option values as being uppercase, it might save them a little bit of headache to not have to re-enter.
Easy implementation (just iterate
A command-line tool that makes git easier to use with GitHub.
-
Updated
Aug 19, 2021 - Go
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia



What happened:
imagePullSecrets can added to a pod manifest to reference a secret containing registry cre