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,507 public repositories matching this topic...
-
Updated
Aug 19, 2021 - Go
-
Updated
Aug 20, 2021 - Go
-
Updated
Aug 19, 2021 - Go
-
Updated
Aug 20, 2021 - Go
-
Updated
Aug 17, 2021 - Go
It would be great if I could explore my data right after configuring it.
The current flow to look at data is:
- Go to Datasources
- Configure a datasource
- Go back to Dashboards or Explore via sidemenu
The problem is that the configuration page offers only Save and Back as CTAs. Back only brings you back to the Datasources page. It would be great to have another button in addition t
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 20, 2021 - Go
I’m trying to script setup and configuration of caddy server based on a custom download that includes additional plugins (caddy-auth-portal, caddy-auth-jwt, caddy-trace, and various caddy-dns modules ).
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
Aug 20, 2021 - Go
-
Updated
Aug 19, 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 20, 2021 - Go
-
Updated
Aug 20, 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 20, 2021 - Go
Changefeed option values are currently case sensitive, as shown by the following CREATE CHANGEFEED
statement:
CREATE CHANGEFEED FOR TABLE foo INTO 'kafka://localhost:9092' WITH format='JSON';
ERROR: unknown format: JSON
If some users misremember option values as being uppercase, it might save them a little bit of headache to not have to re-enter.
Easy implementation (just iterate
-
Updated
Aug 19, 2021 - Go
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia
What happened:
Serial
.kubelet_stats
What you expected to happen:
https://github.com/kubernetes/kubernetes/blob/master/test/e2e/windows/kubelet_stats.go is a good test, lets make it part of al