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,899 public repositories matching this topic...
A curated list of awesome Go frameworks, libraries and software
-
Updated
Sep 6, 2021 - Go
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
Updated
Sep 6, 2021 - Go
The world’s fastest framework for building websites.
-
Updated
Sep 6, 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
Sep 6, 2021 - Go
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
-
Updated
Sep 3, 2021 - Go
What happened:
The classnames library is not necessary as emotion/css has a similar function called cx. For consistency we should refactor our codebase to only use emotion's classname implementation.
Tasks:
- Check performance when using the classNames library vs using the c
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
Sep 6, 2021 - Go
The Cloud Native Application Proxy
-
Updated
Sep 6, 2021 - Go
Three or four parameters of header_down use Regex, and one does simply overwriting.
Caddy did not simply make a case-sensitive distinction of the header key value when it overwrites it, but I experienced a case-sensitive distinction of the header key value when I used Regex.
I think it is not intended.
Reproduction of issue.
example.com {
reverse_proxy {
t
High Performance, Kubernetes Native Object Storage
-
Updated
Sep 6, 2021 - Go
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
Standard Go Project Layout
-
Updated
Aug 22, 2021 - Makefile
The fantastic ORM library for Golang, aims to be developer friendly
-
Updated
Sep 6, 2021 - Go
Drone is a Container-Native, Continuous Delivery Platform
-
Updated
Sep 5, 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
Sep 3, 2021 - Go
When using Cilium CNI, pods are not assigned to the Minikube Default Pod CIDR 10.244.0.0/16 but instead assigned to Cilium Default Pod CIDR 10.0.0.0/8 .
Consequently, there is also a mismatch between the [Pod CIDR defined on Ku
Describe the solution you'd like
Ability to export to Apache Parquet format.
EXPORT INTO PARQUET
'azure://acme-co/customer-export-data?AZURE_ACCOUNT_KEY=hash&AZURE_ACCOUNT_NAME=acme-co'
FROM TABLE bank.customers;
Describe alternatives you've considered
Using CSV format
Additional context
Parquet stores the file sc
A command-line tool that makes git easier to use with GitHub.
-
Updated
Sep 4, 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