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,790 public repositories matching this topic...
-
Updated
Feb 2, 2021 - Go
-
Updated
Feb 2, 2021 - Go
-
Updated
Feb 1, 2021 - Go
-
Updated
Jan 29, 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
Feb 2, 2021 - Go
-
Updated
Feb 2, 2021 - Go
Currently the install_trust
option for CAs from the pki
module can only be configured via JSON/API.
Setting TLS to internal
with option on_demand
is easily possible with a Caddyfile and allows for a quick and simple internal setup. Trust store installation on the machine itself is not necessary and only leads to startup errors being logged from both sudo
and caddy
.
Therefore it w
If we config the cache options in the config file, then it will be overwritten.
-
Updated
Feb 2, 2021 - Go
-
Updated
Feb 2, 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
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
Feb 2, 2021 - Go
-
Updated
Jan 27, 2021 - Go
-
Updated
Jan 30, 2021 - Makefile
-
Updated
Feb 1, 2021 - Go
-
Updated
Feb 1, 2021 - Go
GenMarkdownTreeCustom has a way to a header (filePrepender
arg), however there is not a first class way to add a footer.
Hi, the procedure outlined for connecting to the host in the documentation at: https://minikube.sigs.k8s.io/docs/handbook/host-access/
does not work because neither ping
nor telnet
are installed on the minikube docker image
docker@minikube:~$ ping host.minikube.internal
-bash: ping: command not found
docker@minikube:~$ telnet host.minikube.internal
-bash: telnet: command not found
`
-
Updated
Jan 31, 2021 - Go
The PGJDBC docs describe how one can include a URL parameter of options
in order to set session variables: https://jdbc.postgresql.org/documentation/head/connect.html#connection-parameters
This is important because PGJDBC does not allow one to set session variables directly in the URL. That is, you need to specify like this:
postgresql://user@host:port/database?options=-c%20serial_nor
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