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 35,344 public repositories matching this topic...
-
Updated
Aug 14, 2021 - Go
-
Updated
Aug 13, 2021 - Go
-
Updated
Aug 14, 2021 - Go
-
Updated
Aug 14, 2021 - Go
-
Updated
Aug 11, 2021 - Go
This is kind of a follow up to #32677 and the PR #34762.
In #34762 we improved the test data source implementation by checking the body of the response from Tempo. The Tempo team is not comfortable making the body of a 404 response part of our stable API, so instead we are currently adding a separate endpoint specifically for testing: /api/echo
(grafana/tempo#714).
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
"found" by the @discordapp troops the hard way: https://status.discordapp.com/incidents/62gt9cgjwdgf
pinging @zorkian who pointed it out to me.
trivial to repro, this is against a 3.3.13 on fedora-31.
$ etcdctl set /baa schnorp
$ etcdctl get /baa
schnorp
$ echo -ne 'PUT /v2/keys/baa HTTP/1.1\r\nHost: boo\r\nContent-Length: 123\r\n\r\n' | nc localhost 2379
HTTP/1.1 200 OK
...
$ et
-
Updated
Aug 13, 2021 - Go
1. Environment
1a. Operating system and version
Manjaro 21.1.0 Pahvo (x86_64 Linux 5.4.135-1-MANJARO)
1b. Caddy version (run caddy version
or paste commit SHA)
2.4.3
1c. Go version (if building Caddy from source; run go version
)
1.16.6
2. Description
data race found
Caddy config:
{
"admin": {
"config":
-
Updated
Aug 14, 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
-
Updated
Jul 26, 2021 - Makefile
- Gitea version (or commit ref): 1.14.3 + 1.15-dev
- Database (use
[x]
):- MySQL
- Can you reproduce the bug at https://try.gitea.io:
- Yes, https://try.gitea.io/org/will-leave-owners/teams/owners = no longer accessible for me
- No
Description
A user on Codeberg reported perse accidentally left the "Owners" team
-
Updated
Aug 13, 2021 - Go
-
Updated
Aug 12, 2021 - Go
GenMarkdownTreeCustom has a way to a header (filePrepender
arg), however there is not a first class way to add a footer.
-
Updated
Aug 13, 2021 - Go
Describe the solution you'd like
Ability to export to Apache Parquet format.
EXPORT INTO PARQUET
'azure://acme-co/customer-export-data?AZURE_ACCOUNT_KEY=hash&AZURE_ACCOUNT_NAME=acme-co'
FROM TABLE bank.customers;
Describe alternatives you've considered
Using CSV format
Additional context
Parquet stores the file sc
-
Updated
Jul 4, 2021 - Go
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia
What happened:
Log messages like
body of failing http response: &{0x531900 0xc0010d2780 0x775180}
are not very informative./sig cloud-provider
What you expected to happen:
Either actual response body or none of it if this is a security concern.
/sig security
sig security to confirm it is ok to change this to log an actual response body.
How to reproduce it (a