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 31,712 public repositories matching this topic...
-
Updated
Jan 28, 2021 - Go
-
Updated
Jan 27, 2021 - Go
-
Updated
Jan 28, 2021 - Go
-
Updated
Jan 27, 2021 - Go
-
Updated
Jan 27, 2021 - Go
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
-
Updated
Jan 27, 2021 - Go
-
Updated
Jan 28, 2021 - Go
I am using Caddy 2.3.0 downloaded from GitHub for Linux amd64.
$ caddy version
v2.3.0 h1:fnrqJLa3G5vfxcxmOH/+kJOcunPLhSBnjgIvjXV/QTA=
$ uname -a
Linux hostname.com 5.4.72-gentoo #1 SMP Sun Nov 8 13:37:56 EST 2020 x86_64 Intel Core Processor (Skylake, IBRS) GenuineIntel GNU/Linux
For the following, I replaced my hostname with hostname.com
and my email with `hostnameguy@gmail.
If we config the cache options in the config file, then it will be overwritten.
-
Updated
Jan 28, 2021 - Go
-
Updated
Jan 28, 2021 - Go
The httplib.BeegoHTTPSettings has field ShowDebug bool
It only be used in method doRequest
:
if b.setting.ShowDebug {
dump, err := httputil.DumpRequest(b.req, b.setting.DumpBody)
if err != nil {
log.Println(err.Error())
}
b.dump = dump
}
But I don't see any code use b.dump
. So I think we could remove b.dump
and this part.
And then we provide a fi
What is your current rclone version (output from rclone version
)?
1.53.3
What problem are you are trying to solve?
Trying to prevent default password from being generated and added when htpasswd
option is used. Since htpasswd is present, there generally should be no need for credentials besides those in htpasswd.
How do you think rclone should be changed to solve tha
I would like to switch between the dark/light theme more often during the day.
It would be awesome if the switch would be accessible more easily, e.g. in the menu bar.
Currently it is within the account settings and requires to hit a "save settings" button explicitly which is quite a long journey for a repetitive task.
Would be awesome if this feature would land!
-
Updated
Jan 28, 2021 - Go
-
Updated
Jan 27, 2021 - Go
-
Updated
Jan 12, 2021 - Makefile
-
Updated
Jan 20, 2021 - Go
-
Updated
Jan 27, 2021 - Go
GenMarkdownTreeCustom has a way to a header (filePrepender
arg), however there is not a first class way to add a footer.
We do not support old docker daemon versions in docker driver because of docker network inspect minikube
output format. But the error message is very confusing (see below). We need to check docker version on start and if it's too old (>18.06.3 should be fine, but need to verify) we should report an error and exit
ilyaz@debian:~$ minikube start
* minikube v1.17.0 on Debian 8.11
* Usi
-
Updated
Jan 27, 2021 - Go
Most aggregate functions support multi-stage distributed execution in which on every node we perform a local aggregation, then we route all the intermediate results to all of the nodes (according to the grouping columns), and then we perform a final aggregation that gives us the result. For some aggregate functions the decomposition into local and final stages is trivial - e.g. in order to calcula
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia
When we first added SCTP tests, we thought that we weren't going to be able to do actual tests of SCTP network connectivity within kubernetes CI, so we came up with a plan involving a split between tests that involve actual SCTP network connectivity (which require the SCTP kernel module to be available) and tests that don't do SCTP network traffic and so can run anywhere. That way we could still t