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 36,785 public repositories matching this topic...
A curated list of awesome Go frameworks, libraries and software
-
Updated
Oct 13, 2021 - Go
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
Updated
Oct 13, 2021 - Go
The world’s fastest framework for building websites.
-
Updated
Oct 13, 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
Oct 12, 2021 - Go
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
-
Updated
Oct 12, 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
Oct 13, 2021 - Go
The Cloud Native Application Proxy
-
Updated
Oct 10, 2021 - Go
I have modified the default file_server browse template to integrate it with a website, by using httpInclude to load blocks of HTML containing the header, footer and theme. These files are hosted on the same Caddy instance, and it works well provided that compression is not enabled. When compression is enabled, the file_server browser becomes garbage: it appears that raw compressed data is inc
It is currently difficult to see if this API is implemented at all and what the API actually is from the docs, for which there are none. It should be here I think(?): https://geth.ethereum.org/docs/rpc/ns-eth
High Performance, Kubernetes Native Object Storage
-
Updated
Oct 13, 2021 - Go
The associated forum post URL from https://forum.rclone.org
https://forum.rclone.org/t/display-warnings-for-paths-that-exceed-windows-path-length-limit/26608
What is your current rclone version (output from rclone version)?
rclone v1.55.1
- os/type: windows
- os/arch: amd64
- go/version: go1.16.3
- go/linking: dynamic
- go/tags: cmount
What problem are you are t
Standard Go Project Layout
-
Updated
Oct 5, 2021 - Makefile
It would be good if Gitea offered support for the new citation file format, cf. https://citation-file-format.github.io/ and https://blog.front-matter.io/mfenner/step-forward-for-software-citation
This is intended to allow scientists to cite software repositories. I can imagine an implementation similar to Github: Similar to the buttons for forks and downloads of repositories, there may be a new
The fantastic ORM library for Golang, aims to be developer friendly
-
Updated
Oct 13, 2021 - Go
Drone is a Container-Native, Continuous Delivery Platform
-
Updated
Oct 13, 2021 - Go
Define and run multi-container applications with Docker
-
Updated
Oct 13, 2021 - Go
Currently, tree.NotExpr is 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 implemented, and I think we will want to implement two version of NotExpr operator:
- one for projections, which populates a `coldata
Scalable datastore for metrics, events, and real-time analytics
-
Updated
Oct 12, 2021 - Go
Steps to reproduce the issue:
minikube -p p1 startand wait for cluster p1 to be ready => minikube created network6775a57b0a2c p1 bridge localminikube -p p1 stop=> cluster stop, network p1 still exists (as expected)minikube -p p2 startand wait for cluster p2 to be
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