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 29,893 public repositories matching this topic...
-
Updated
Oct 22, 2020 - Go
-
Updated
Oct 22, 2020 - Go
-
Updated
Oct 21, 2020 - Go
-
Updated
Oct 22, 2020 - Go
-
Updated
Oct 8, 2020 - Go
-
Updated
Oct 21, 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
Today, etcdctl endpoint health
only performs a quorum GET. If server is corrupted or exceeded quota (which put the server into read only mode), this command incorrectly returns healthy
.
-
Updated
Oct 21, 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! :)
-
Updated
Oct 22, 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
文档需修正
-
Updated
Oct 22, 2020 - Go
-
Updated
Oct 20, 2020 - Go
-
Updated
Oct 22, 2020 - Go
-
Updated
Oct 18, 2020 - Go
-
Updated
Oct 21, 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
|----------|-----------|---------|--------------|------|---------|---------|
|
-
Updated
Oct 19, 2020 - Go
Requesting to add support for \connect database
similar to psql
format, to be used in addition to how USE database
is currently used in CRDB.
Reproduced on mysql.test, 5.24 release branch. I don't think it's a regression and not urgent - just bad grammar as only one user is creating an account?
Steps:
- Ensure the team you are inviting to is closed and has the domain in
Allow only users with a specific email domain to join this team
set tomattermost.com
(both in Main Menu > Team Settings) - Copy the invite link to the team f
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
Both WindowsGMSA and WindowsRunAsUserName feature gates have been GA since v1.18 and were scheduled to be removed in v1.20.
https://github.com/kubernetes/kubernetes/blob/2046f4212a355a3381da20c4d800283b98e9a081/pkg/features/kube_features.go#L714-L715
/sig windows
/milestone v1.20
/good-first-issue