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,214 public repositories matching this topic...
-
Updated
Apr 20, 2021 - Go
-
Updated
Apr 20, 2021 - Go
-
Updated
Apr 21, 2021 - Go
-
Updated
Apr 21, 2021 - Go
-
Updated
Apr 12, 2021 - Go
Under 'Step 3 Create a Dashboard' for item #1:
"Click the + icon on the left panel, select Create Dashboard, and then click Add new panel."
the "Add new panel." ending should be updated to "Add an empty panel"
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
Apr 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
Apr 21, 2021 - Go
-
Updated
Apr 21, 2021 - Go
What is the problem you are having with rclone?
In config file, known_hosts_file = ~/.ssh/known_hosts fails:
2021/04/07 21:07:32 Failed to create file system for "<remote>:": couldn't parse known_hosts_file: open ~/.ssh/known_hosts:
The system cannot find the path specified.
Using known_hosts_file = C:/Users/<USER>/.ssh/known_hosts succeeds.
I suspect that there's
I found there is a global variable named exceptMethod in web/router.go.
// these web.Controller's methods shouldn't reflect to AutoRouter
exceptMethod = []string{"Abort", "CheckXSRFCookie", "CustomAbort", "DelSession",
"DestroySession", "Finish", "GetBool", "GetControllerAndAction",
"GetFile", "GetFiles", "GetFloat", "GetInt", "GetInt16",
"GetInt32", "GetInt64", "GetInt8", When adding a hook the url should have a fixed size to avoid moving the action buttons.
Url: org/orgname/settings/hooks
-
Updated
Apr 19, 2021 - Go
-
Updated
Apr 4, 2021 - Go
-
Updated
Mar 19, 2021 - Makefile
-
Updated
Apr 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
Apr 16, 2021 - Go
Hi, I am using minikube v1.18.1 on Hyper-V (Microsoft Windows 10 Enterprise)
I recently tried to uninstall minikube and reinstall it.
Steps to reproduce the issue:
- I remove the .minikube directory manually (I know I shouldn’t have), only one file remain : a snapshot file .vmcx, probably the configuration file of my previous VM.
- I added a new Hyper-V switch under the "virtual
-
Updated
Apr 13, 2021 - Go
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia


#101009