The Wayback Machine - https://web.archive.org/web/20210606051022/https://github.com/topics/go
Skip to content
#

Go

go logo

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 34,034 public repositories matching this topic...

shyamjvs
shyamjvs commented Jun 2, 2021

Just noticed that we have redundant metrics for watch counts like:

# HELP apiserver_longrunning_gauge [ALPHA] Gauge of all active long-running apiserver requests broken out by verb, group, version, resource, scope and component. Not all requests are tracked this way.
# TYPE apiserver_longrunning_gauge gauge
apiserver_longrunning_gauge{component="apiserver",group="",resource="configmaps",
grafana
Elfo404
Elfo404 commented Jun 2, 2021

Multiple Explore-related components still make use of GrafanaTheme.
Since Grafana 8.0 introduces GrafanaTheme2 and deprecates GrafanaTheme we should migrate to the new theme.

This should probably be done in multiple small PRs that target a small amount of components to make review easy.

Also the following data sources have components that need to be migrated:

  • Elasticsearch
tomasz1986
tomasz1986 commented Nov 12, 2020

Right now, Syncthing seems to always use LF for line endings in config.xml and .stignore. This is a problem in Windows when trying to edit those using the built-in Notepad, which until very recently had no support for other line endings than CRLF. Support for them has only been added in the very recent versions of Windows 10.

The problem is that when opening those files in Notepad under old

caddy
flycash
flycash commented Jan 28, 2021

There is a config item Config.LogConfig.AccessLogs, if it was true, Beego log web request and response.

Actually, it's not a good design. As we all known, Log is a typical AOP logic, it should not couple with "business" logic. But now, audit couple with Beego logic.

The relative code:

// AccessLogRecord is astruct for holding access log data.
type AccessLogRecord struct {
	Remo
medyagh
medyagh commented Jun 3, 2021

currently our make generate-docs creates this page

https://minikube.sigs.k8s.io/docs/contrib/tests/

which generates the site based on the Comments on the Test and validate the func,

I would like these descriptions to exaclty say what it is doing instead of a general text

validateBuildImage 
makes sures that
cockroach

Created by Robert Griesemer, Rob Pike, Ken Thompson

Released November 10, 2009

Repository
golang/go
Website
golang.org
Wikipedia
Wikipedia

Related Topics

c language