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 37,565 public repositories matching this topic...
A curated list of awesome Go frameworks, libraries and software
-
Updated
Nov 18, 2021 - Go
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
Updated
Nov 19, 2021 - Go
The world’s fastest framework for building websites.
-
Updated
Nov 19, 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
Nov 19, 2021 - Go
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
-
Updated
Nov 13, 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
Distributed reliable key-value store for the most critical data of a distributed system
-
Updated
Nov 19, 2021 - Go
The Cloud Native Application Proxy
-
Updated
Nov 18, 2021 - Go
It seems Caddy does not support wildcards/ expression matching in the reverse proxy's header_up.
For example this does not remove any headers:
header_up -X-SHIBBOLETH-*
This works as expected, but is limited in its use:
header_up -X-SHIBBOLETH-LOGIN
It'd be great if Caddy would support wildcards/ expression matching in the reverse proxy's header_up/ header_down.
I had a unclean shutdown less than a day ago and got this warning afterwards:
WARN [03-26|10:10:29.944] Unclean shutdown detected booted=2021-03-17T13:16:42+0000 age=1w1d20h
As it would be better to have the "age=" part closer to the shutdown @holiman suggested to update the marker like every 5 minutes
High Performance, Kubernetes Native Object Storage
-
Updated
Nov 19, 2021 - Go
Hi. First of all, kudos to you for the VFS cache - it's really brilliant. I have one request though.
For a little background, as of now I'm using the following settings:
--vfs-cache-mode full \
--vfs-cache-max-size 500G \
--vfs-cache-max-age 5000h \
--vfs-cache-poll-interval 5m \
--vfs-read-ahead 2G \
--bwlimit-file 32M \
--vfs-read-chunk-size=64M \
--vfs-read-chunk-s
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
create database db;
use db;
rename table tb1 to tb2;
2. What did you expect to see? (Required)
MySQL 5.7
ERROR 1017 (HY000): Can't find file: './db_optimistic/tb1.frm' (errno: 2 - No suc
Standard Go Project Layout
-
Updated
Nov 8, 2021 - Makefile
Feature Description
Now that we have a minimum of go1.16 set, we can use go's embed functionality to embed templates/web assets (css/js), and translations.
Screenshots
No response
The fantastic ORM library for Golang, aims to be developer friendly
-
Updated
Nov 16, 2021 - Go
Define and run multi-container applications with Docker
-
Updated
Nov 19, 2021 - Go
Drone is a Container-Native, Continuous Delivery Platform
-
Updated
Nov 17, 2021 - Go
Currently, tree.NotExpr is not implemented natively in the vectorized engine, so we have to fallback to the older row-by-row engine to evaluate it. We should, instead, vectorize NotExpr.
I think the implementation will be quite similar to how tree.IsNullExpr is implemented, and I think we will want to implement two versions of NotExpr operator:
- one for projections, which populates a
Scalable datastore for metrics, events, and real-time analytics
-
Updated
Nov 19, 2021 - Go
Don't throw `Docker is nearly out of disk space` errors if more than X GB of disk space available
I have just cleared out some space so minikube would even start at "100%" used disk - which in this case is several terabytes large and still had several 100GB free.
It is now warning me that "Docker is nearly out of disk space" at 98% which equals 843GB currently available space which is quite frankly ridiculous.
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia


What would you like to be added?
The changes to support snapshot tests for Generic Ephemeral Volumes kubernetes/kubernetes#105659 generated some duplicated code in the file
test/e2e/storage/testsuites/snapshottable.goas commented here: kubernetes/kubernetes#105659 (comment), it'd be great to create functions that are reused in b