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,830 public repositories matching this topic...
-
Updated
Oct 17, 2020 - Go
-
Updated
Oct 17, 2020 - Go
-
Updated
Oct 17, 2020 - Go
-
Updated
Oct 18, 2020 - Go
-
Updated
Oct 8, 2020 - Go
-
Updated
Oct 17, 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 16, 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 17, 2020 - Go
描述:
我发现框架会自动在接口路由匹配前将multipart form数据缓存到磁盘中(当大于设定的允许内存读取大小时),并且缓存时是没有对大小进行限制的。该设计可能会导致客户端通过少量请求恶意提交大量数据将服务端磁盘临时占满。
当前处理方式:
增加一个BeforeStatic的过滤器,用于拦截所有携带multipart form数据的请求。不过该场景还是比较通用的,让每个使用beego框架的项目增加这个逻辑会比较冗余。
需求:
能否增加一个配置项用来控制是否由框架自动缓存呢?关闭的情况下,如果接口需要缓存,可以自行在handler中调用parsemultiform方法进行缓存。
相关代码行:
https://github.com/astaxie/beego/blob/f6519b29a846bdf59a2b86baa011c242f78387d5/router.
-
Updated
Oct 18, 2020 - Go
-
Updated
Oct 11, 2020 - Go
-
Updated
Oct 17, 2020 - Go
-
Updated
Oct 8, 2020 - Go
-
Updated
Oct 16, 2020 - Go
Environment:
Minikube on Mac OS X
What happened:
I am trying to load NGINX-Ingress with a custom tls certificate, in this case a trusted TLS certificate I generated on my machine. I start minikube, then enable the ingress-nginx addon which deploys nginx to the kube-system namespace successfully. I create my certificate in the kube-system namespace with the title mkcert
.
I then modified
-
Updated
Oct 17, 2020 - Go
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
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.
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
The kubelet exposes some metrics HTTP server metrics: https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/metrics/metrics.go
However, none of the metrics include response status. Response status metrics are useful for identifying authorization problems, or malformed client requests.
/sig instrumentation
/sig node
/help