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 31,020 public repositories matching this topic...
A curated list of awesome Go frameworks, libraries and software
-
Updated
Dec 20, 2020 - Go
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
Updated
Dec 20, 2020 - Go
The world’s fastest framework for building websites.
-
Updated
Dec 19, 2020 - 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
Dec 15, 2020 - Go
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
-
Updated
Dec 12, 2020 - Go
What happened:
- user is on a viewPanel page
- user clicks on top-nav "share" icon, expecting it to share the panel view
- the generated link is for the dashboard, not the panel
What you expected to happen:
Maybe very experienced Grafana users will know that 1) the top-nav share link is always for the dashboard, even if you're on a panel view; and 2) panels have their own sha
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
It is mentioned that there is an error code page for v2 protocol:
https://github.com/etcd-io/etcd/blob/ae7862e8bc8007eb396099db4e0e04ac026c8df5/server/etcdserver/api/v2error/error.go#L16
However, I can't find Documentation/v2/errorcode.md in this repo. Is the comment stale?
The Cloud Native Application Proxy
-
Updated
Dec 19, 2020 - Go
I am trying to build a Caddy configuration that can cater to multiple environments (production, staging, local development).
To achieve this, I want to use environment variables for the base host names/urls, via the {env.*} placeholder. This works great in addresses, route matches and upstream reverse-proxy configuration.
Unfortunately, using the same approach does currently not work when
If we config the cache options in the config file, then it will be overwritten.
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
-
Updated
Dec 20, 2020 - Go
High Performance, Kubernetes Native Object Storage
-
Updated
Dec 20, 2020 - Go
What is your current rclone version (output from rclone version)?
1.53.3
What problem are you are trying to solve?
Trying to prevent default password from being generated and added when htpasswd option is used. Since htpasswd is present, there generally should be no need for credentials besides those in htpasswd.
How do you think rclone should be changed to solve tha
List Issue Tracked Times (https://try.gitea.io/api/swagger#/issue/issueTrackedTimes)
do not have filter option "user" as repoTrackedTimes has.
add it to make them similar
Drone is a Container-Native, Continuous Delivery Platform
-
Updated
Dec 20, 2020 - Go
The fantastic ORM library for Golang, aims to be developer friendly
-
Updated
Dec 18, 2020 - Go
A command-line tool that makes git easier to use with GitHub.
-
Updated
Dec 20, 2020 - Go
Scalable datastore for metrics, events, and real-time analytics
-
Updated
Dec 18, 2020 - Go
Standard Go Project Layout
-
Updated
Dec 19, 2020 - Makefile
This is related to the documentation for minikube. I'm trying to figure out if mounts persist across minikube start/stop. I'm automating the startup of a collection of deployments, and they need a local directory to be mounted. I understand that the minikube mount command accomplishes this. I can't find any documentation on removing mount points or on what happens to the mount points when yo
GenMarkdownTreeCustom has a way to a header (filePrepender arg), however there is not a first class way to add a footer.
The fastest HTTP/2 Go Web Framework. AWS Lambda, gRPC, MVC, Unique Router, Websockets, Sessions, Test suite, Dependency Injection and more. A true successor of expressjs and laravel | 谢谢 https://github.com/kataras/iris/issues/1329 |
-
Updated
Dec 19, 2020 - Go
Is your feature request related to a problem? Please describe.
Trying to handle case where ENUM already exists
Describe the solution you'd like
Add IF NOT EXISTS clause
Describe alternatives you've considered
dropping and recreating an ENUM type is an option.
Additional context
CREATE TYPE "zone" IF NOT EXISTS AS ENUM ('us', 'anz', 'eu');roCreated by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia


When we first added SCTP tests, we thought that we weren't going to be able to do actual tests of SCTP network connectivity within kubernetes CI, so we came up with a plan involving a split between tests that involve actual SCTP network connectivity (which require the SCTP kernel module to be available) and tests that don't do SCTP network traffic and so can run anywhere. That way we could still t