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 40,164 public repositories matching this topic...
A curated list of awesome Go frameworks, libraries and software
-
Updated
Mar 1, 2022 - Go
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
Updated
Mar 1, 2022 - Go
The world’s fastest framework for building websites.
-
Updated
Feb 28, 2022 - 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
Feb 28, 2022 - Go
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
-
Updated
Feb 24, 2022 - Go
The annotation loading spinner that on 8.3.6 was on the same line as the annotation label/toggle, has now, since updating to 8.4.1 started wrapping onto another line, pushing the graphs down to make space. On a dashboard with a frequent refresh time this make the graphs jump up and down a lot!! See screen recording:
. I was able to ignore dovecot's index files in Sync
What happened?
Not really a bug, but maybe unexpected behavior. Since etcdctl del accepts an optional second parameter which deletes all keys in a range, these are very easy mistakes to make:
# Oh no, there was a space in the key I copied!
etcdctl del /registry/persistentvolumes/pvc-eef4ec4b-326d-47e6- f11c-6474a5fd4d89
# <deletes thousands of keys>
etcdctl put 'key s
Context: https://caddy.community/t/including-files-scripts/15050/4
Right now, the templates module is inflexible in that only functions the functions registered by Caddy itself are available.
A good refactor would be to make it possible to pass an optional array of modules in the http.handlers.templates.functions.* namespace which get invoked at Provision() time to register additional
The Cloud Native Application Proxy
-
Updated
Feb 25, 2022 - Go
Compilation errors due to change in Azure library "github.com/Azure/azure-storage-blob-go/azblob"
In /build/ci.go : func doPurge()
Line 1241: blobs[i].Name undefined (type invalid type has no field or method Name)
In /internal/build/azure.go
line 73: BlobItem not declared by package
And others ....
High Performance, Kubernetes Native Object Storage
-
Updated
Feb 28, 2022 - Go
The associated forum post URL from https://forum.rclone.org
What is the problem you are having with rclone?
When configuring an Azure Blob Storage remote, interacting
lightning v5.3.0
After the content in parquet may be written by spark, the definition of bool is true or false. Regenerating the parquet file takes time, In tidb, bool behaves as tinyint, so proper type conversion will help improve the success rate of lightning import
parquet file:

cmd.RunInDirTimeoutPipeline,
cmd.RunInDirTimeoutEnvFullPipeline,
cmd.RunInDirFullPipeline,
... - Delete cmd.RunInDir... func()
The fantastic ORM library for Golang, aims to be developer friendly
-
Updated
Mar 1, 2022 - Go
A Commander for modern Go CLI interactions
-
Updated
Feb 28, 2022 - Go
Define and run multi-container applications with Docker
-
Updated
Feb 28, 2022 - Go
Drone is a Container-Native, Continuous Delivery Platform
-
Updated
Feb 23, 2022 - Go
The array overlap operator, &&, provides a convenient syntax for filtering for arrays that have one more more elements in common with another array. However, the && operator is not index accelerated, so an efficient inverted index scan in not planned. The current workaround is to rewrite the query by combining the containment operator with OR expressions:
CREATE TABLE movies (
-
Updated
Feb 22, 2022 - Go
It's not possible to enable addons with --no-kubernetes passed because the addons in their current state are deployed to Kubernetes. So if a user tries to enable an addon with --no-kubernetes output a message notifying them that it's not possible without Kubernetes and exit execution.
Related kubernetes/minikube#13461
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!
-
Updated
Mar 1, 2022
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia


https://github.com/kubernetes/kubernetes/blob/5bafc8306a7b622e292746aec8a9e9212b755071/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/versioning/versioning.go#L225