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 33,442 public repositories matching this topic...
-
Updated
May 2, 2021 - Go
-
Updated
May 3, 2021 - Go
-
Updated
May 3, 2021 - Go
-
Updated
May 3, 2021 - Go
-
Updated
May 1, 2021 - Go
When using right Y-axis, the first (rightmost) legend label is hard to click. Only a small fraction on the left side of the label is actually clickable. Almost impossible to hit on touch devices.
I assume this is due to the negative margin of the parent item (<div class="view" ...>
)
.
During setup, the caddy unit file is configured to run caddy as a non priveledged user (by design).
To get certificates configured properly we are attempting to use the caddy trust command
-
Updated
May 3, 2021 - Go
-
Updated
May 3, 2021 - Go
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
- Gitea version (or commit ref): 1.13 (Codeberg), 1.15 (try.gitea.io)
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes https://try.gitea.io/30repos (feel free to join this org as admin)
Description
The paging of repos is broken in the user dashboard with (n)*15 repos, n >= 2.
So wi
-
Updated
May 2, 2021 - Go
-
Updated
Apr 30, 2021 - Makefile
-
Updated
Apr 30, 2021 - Go
-
Updated
May 3, 2021 - Go
GenMarkdownTreeCustom has a way to a header (filePrepender
arg), however there is not a first class way to add a footer.
-
Updated
Apr 28, 2021 - Go
minikube start
does not support the MINIKUBE_ADDONS
environment variable as a proxy for the --addons
argument as it does with other options.
Steps to reproduce the issue:
MINIKUBE_PROFILE=this-works MINIKUBE_ADDONS=registry minikube start
- `MINIKUBE_PROFILE=this-works minikube addon
-
Updated
Apr 27, 2021 - Go
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia
#101009