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 23,046 public repositories matching this topic...
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
Updated
Dec 7, 2019 - Go
A curated list of awesome Go frameworks, libraries and software
-
Updated
Dec 7, 2019 - Go
The world’s fastest framework for building websites.
-
Updated
Dec 7, 2019 - Go
Please take a look at the following code
package main
import (
"github.com/gin-gonic/gin"
)
func main() {
r := gin.New()
r.GET("/ping", func(c *gin.Context) { c.JSON(200, gin.H{}) })
r.Use(gin.Logger())
r.GET("/pingx", func(c *gin.Context) { c.JSON(200, gin.H{}) })
r.Run()
}And now please take a look at [the documentation for Use()](https://godoc.org/gi
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More
-
Updated
Dec 7, 2019 - TypeScript
I'm trying to setup frp server on my vps.
It would be really helpful if frp/README.md contains a Installation section like other open source project does.
The installation guide should mention at least the following:
-
How to install go dependencies (in one command:
go get ./.... Chinese user may have to break the fucking government wall) -
How to build the package. Should I use
Distributed reliable key-value store for the most critical data of a distributed system
-
Updated
Dec 7, 2019 - Go
Do you want to request a feature or report a bug?
Feature
What did you expect to see?
By design, Traefik 2.0 is stateless and HA: Users can deploy multiple instances to ensure that at least one Traefik instance can route requests at any time.
Though, when using Let's Encrypt for automatic certificate generation, the certificate negotiation cannot be consistently achieved becaus
1. What would you like to have changed?
Right now caddy2 has two config adapters: Caddyfile and JSON.
I have to admit, that I am not a big fan of json, because it's not possible to insert comments and it's difficult to write manual.
JSON is a format that should be used only from one comput
Drone is a Container-Native, Continuous Delivery Platform
-
Updated
Dec 7, 2019 - Go
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
-
Updated
Dec 7, 2019 - Go
I am running windows based containers to create a distributed deployment using two containers
on two different hosts.
Each host has two drives ( Windows shares mounted as J: and K: ) and just to make things simple I have given full control access to the shares to 'Everyone' to ensure its no permission issues.
My sec
Scalable datastore for metrics, events, and real-time analytics
-
Updated
Dec 7, 2019 - Go
Document OIDC OAuth
Description
Gitea should document this. It is noticeably missing here. It is not in the app.ini file either.
try.gitea.com has a login with GitHub button in the UI, so it should be possible.
Edit: I see it is possible via settings. This should be mentioned on the corresponding doc pages.
"rsync for cloud storage" - Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files
-
Updated
Dec 7, 2019 - Go
Currently, iris is under the BSD 3-Clause license but one of the packages "github.com/flosch/pongo2" is pulling another dependency package "https://github.com/juju/errors" which is under LGPL3 license which is causing a ripple effect to force iris into LGPL3 license.
Can we avoid using "https://github.com/juju/errors" package to maintain the open-sourcing license?
This issue was found by the aXe Chrome extension for finding WCAG issues. In order to successfully complete this issue, you'll need to make sure to test using the tool and ensure that all of the warnings covering the components scoped below are cleared. You can find more information on the issue at the link below:
[�](https://dequeuniversity.com/rules/axe/3.3/duplicate-id?application=Ax
I feel like there could be a brush up on the minikube emojis,
minikube delete
its kind of weird in one emoji we have breaking heart and the one after is fire...
🔥 Removing /root/.minikube/machines/minikube ...
💔 The "minikube" cluster has been deleted.
🔥 Successfully deleted profile "minikube"
this specially looks weird when deleting multiple profiles
minikub
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia
@dmitshur requested issue #35988 to be considered for backport to the next 1.12 minor release.