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,373 public repositories matching this topic...
-
Updated
Sep 26, 2020 - Go
-
Updated
Sep 27, 2020 - Go
-
Updated
Sep 28, 2020 - Go
-
Updated
Sep 28, 2020 - Go
-
Updated
Sep 25, 2020 - Go
-
Updated
Sep 28, 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
Sep 26, 2020 - Go
See the discussion here: https://caddy.community/t/v2-http-handlers-templates-functions-in-file-server-browse-template/9214
The file_server
directive has a browse
option which enables a directory index to be served when a directory is requested. By default, this index is rendered using a template which can be [found in the cod
I want to modify geth Log level by config files, not cmd .
is there some ways to solve ?
Please help me ~
Thanks
-
Updated
Sep 28, 2020 - Go
描述:
我发现框架会自动在接口路由匹配前将multipart form数据缓存到磁盘中(当大于设定的允许内存读取大小时),并且缓存时是没有对大小进行限制的。该设计可能会导致客户端通过少量请求恶意提交大量数据将服务端磁盘临时占满。
当前处理方式:
增加一个BeforeStatic的过滤器,用于拦截所有携带multipart form数据的请求。不过该场景还是比较通用的,让每个使用beego框架的项目增加这个逻辑会比较冗余。
需求:
能否增加一个配置项用来控制是否由框架自动缓存呢?关闭的情况下,如果接口需要缓存,可以自行在handler中调用parsemultiform方法进行缓存。
相关代码行:
https://github.com/astaxie/beego/blob/f6519b29a846bdf59a2b86baa011c242f78387d5/router.
-
Updated
Sep 28, 2020 - Go
-
Updated
Sep 24, 2020 - Go
source: go-gitea/gitea#9833 (comment)
"...some feedback on whether the URL is correct (like checking the response of the URL to see that it does return something that looks like a .well-known/openid-configuration) rather than blindly accepting the URL would be a big improvement in user experience."
-
Updated
Sep 28, 2020 - Go
-
Updated
Aug 24, 2020 - Go
-
Updated
Sep 27, 2020 - Go
This is required for #9156
Switching from https://github.com/kubernetes/klog to https://github.com/google/glog should be easy, as klog is a newer fork of glog. klog supports the ability to specify log destinations, which is why it is important for #9156
This should be achievable mostly a search & replace of glog
to klog
, but initialization is slightly different. See this PR I proposed &
-
Updated
Sep 25, 2020 - Go
SQL supports hidden columns: columns that are only included in a projection if explicitly requested. An example of this is the rowid
column that is created on tables without explicitly primary keys.
Currently, there is no way to get a hidden column on a user-defined table: it's only possible if you manually set the hidden boolean in the table descriptor, by editing the CockroachDB source code
Migrate 'components/integrations/edit_incoming_webhook' module and associated tests to TypeScript
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/integrations/edit*incoming*webhook
(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.
js
t
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 folks maintaining the Rust Kubernetes API client have noted some discrepencies in our spec. Details are here: