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 30,074 public repositories matching this topic...
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
Updated
Nov 1, 2020 - Go
A curated list of awesome Go frameworks, libraries and software
-
Updated
Nov 1, 2020 - Go
The world’s fastest framework for building websites.
-
Updated
Nov 1, 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
Oct 30, 2020 - Go
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
-
Updated
Oct 8, 2020 - Go
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More
-
Updated
Nov 1, 2020 - TypeScript
Hi!
Thanks for this nice tool, I like it a lot :-)
I searched the forums and issue tracker, but could not find any discussion on this:
I would like to have a "clean" feature for Simple File Versioning. I think something similar to the feature for Trash Can File Versioning would be useful:
A configuration op
Distributed reliable key-value store for the most critical data of a distributed system
-
Updated
Nov 1, 2020 - Go
The Cloud Native Application Proxy
-
Updated
Nov 1, 2020 - Go
Caddy version: v2.2.0 h1:sMUFqTbVIRlmA8NkFnNt9l7s0e+0gw+7GPIrhty905A=
I am trying to pass pem-encoded client certificate to proxied service via a X-SSL-Cert header, like so:
sub.example.com {
reverse_proxy 127.0.0.1:8000 {
header_up X-SSL-Cert {http.request.tls.client.certificate_pem}
}
tls {
client_auth {
mode require
}
}
}
I've found historic issues regarding the Rinkeby Faucet in this repository, and @karalabe suggested opening an issue to remind him to fix this.
The URL parser for Facebook Post URLs on the Authenticated Rinkeby Faucet does not correctly parse URLs if they end in a / or contains a query string.
Thanks! :)
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
-
Updated
Nov 1, 2020 - Go
Please answer these questions before submitting your issue. Thanks!
-
What version of Go and beego are you using (
bee version)?
v1.12.1 -
What operating system and processor architecture are you using (
go env)?
set GO111MODULE=on
set GOARCH=amd64
set GOBIN=D:\Language\go\bin
set GOCACHE=C:\Users\WIN10\AppData\Local\go-build
set GOENV=C:\Users\WIN10\AppData\Roaming\go\env
set GOE
文档需修正
High Performance, Kubernetes Native Object Storage
-
Updated
Nov 1, 2020 - Go
What is the problem you are having with rclone?
Using rclone mount with a non-persistent configuration (all settings given by environment variables) & VFS caching enabled attempts to use a VFS cache dir with illegal characters (:) on Windows.
What is your rclone version (output from rclone version)
rclone v1.52.3
- os/arch: windows/amd64
- go version: go1.14.7
Drone is a Container-Native, Continuous Delivery Platform
-
Updated
Oct 29, 2020 - Go
The fantastic ORM library for Golang, aims to be developer friendly
-
Updated
Oct 30, 2020 - Go
A command-line tool that makes git easier to use with GitHub.
-
Updated
Oct 18, 2020 - Go
Scalable datastore for metrics, events, and real-time analytics
-
Updated
Oct 31, 2020 - Go
##minikube stop##
vinodhinis-mbp:minikube vinodhinibalusamy$ ./out/minikube stop -p test2
this causes unwanted error message thrown in profile list.
vinodhinis-mbp:minikube vinodhinibalusamy$ ./out/minikube profile list
|----------|-----------|---------|--------------|------|---------|---------|
|
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
Nov 1, 2020 - Go
Discussed in this comment
CockroachDB provides a function called gen_random_uuid() which returns a UUID value generated randomly.
However the pg name for this function is uuid_generate_v4()
See this doc
We also probably need to recognize `CREATE EXTE
We are starting to migrate the mattermost-webapp over to TypeScript to facilitate better code quality. This Help Wanted issue is to modify all files in components/announcement*bar/version*bar (not sub-directories included) and associated test files.
Below is a checklist of items you should be doing to migrate:
- < ] Rename the files to their associated TypeScript extensions (ie.
jstots
GenMarkdownTreeCustom has a way to a header (filePrepender arg), however there is not a first class way to add a footer.
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia


What would you like to be added:
e2e test for service ExternalIPs
Why is this needed:
There is no test covering Service ExternalIPs
How to test it
Since we can not assume that the e2e binary will have connectivity against the nodes
and that we can add routes to the environment, we are going to test it from a pod.
I've verified that this works locally with the followin