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 30,479 public repositories matching this topic...
-
Updated
Nov 24, 2020 - Go
-
Updated
Nov 24, 2020 - Go
-
Updated
Nov 24, 2020 - Go
-
Updated
Nov 16, 2020 - Go
-
Updated
Nov 24, 2020 - Go
What happened:
Panel Descriptions support Markdown formatting. If one uses monospaced INLINE code format to show e.g. the prometheus metric name, or anything really, the panel does not adjust it's size to fit the content.
The code section overlaps the tooltip in an ugly fashion.
What you expected to happen:
- a) The panel should expand in width to contain its content if there i
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
It is mentioned that there is an error code page for v2 protocol:
https://github.com/etcd-io/etcd/blob/ae7862e8bc8007eb396099db4e0e04ac026c8df5/server/etcdserver/api/v2error/error.go#L16
However, I can't find Documentation/v2/errorcode.md
in this repo. Is the comment stale?
-
Updated
Nov 24, 2020 - Go
Caddy version: v2.2.0 h1:sMUFqTbVIRlmA8NkFnNt9l7s0e+0gw+7GPIrhty905A=
I am trying to pass pem-encoded client certificate to proxied service via a X-SSL-Cert header, like so:
sub.example.com {
reverse_proxy 127.0.0.1:8000 {
header_up X-SSL-Cert {http.request.tls.client.certificate_pem}
}
tls {
client_auth {
mode require
}
}
}
If we config the cache options in the config file, then it will be overwritten.
-
Updated
Nov 24, 2020 - Go
Please answer these questions before submitting your issue. Thanks!
-
What version of Go and beego are you using (
bee version
)?
v1.12.1 -
What operating system and processor architecture are you using (
go env
)?
set GO111MODULE=on
set GOARCH=amd64
set GOBIN=D:\Language\go\bin
set GOCACHE=C:\Users\WIN10\AppData\Local\go-build
set GOENV=C:\Users\WIN10\AppData\Roaming\go\env
set GOE
-
Updated
Nov 24, 2020 - Go
What is the problem you are having with rclone?
Using rclone mount
with a non-persistent configuration (all settings given by environment variables) & VFS caching enabled attempts to use a VFS cache dir with illegal characters (:
) on Windows.
What is your rclone version (output from rclone version
)
rclone v1.52.3
- os/arch: windows/amd64
- go version: go1.14.7
-
Updated
Nov 23, 2020 - Go
-
Updated
Nov 23, 2020 - Go
-
Updated
Nov 17, 2020 - Go
-
Updated
Nov 24, 2020 - Go
Steps to reproduce the issue:
minikube start --driver hyperv
- Open a Command Prompt/PowerShell session without the Administrator privileges.
minikube tunnel
Full output of failed command:
-
Updated
Nov 24, 2020 - Go
Postgres provides the fuzzystrmatch module, which includes several useful functions:
-
levenshtein
andlevenshtein_less_equal
, to calculate levenshtein distance between strings -
soundex
anddifference
to calculate Soundex codes for names -
metaphone
,dmetaphone
anddmetaphone_alt
to compute "sounds like" stri
Change receiver name for (me *PushNotification) in model/push_notification.go to be more idiomatic
The Mattermost codebase has a lot of methods with receiver names as me
. This is a carry-over from other Object Oriented languages and not idiomatic Go as pointed out (https://github.com/golang/go/wiki/CodeReviewComments#receiver-names).
This ticket is about changing the receiver name from me
to something more suitable for (me *PushNotification)
in model/push_notification.go
.
Exampl
GenMarkdownTreeCustom has a way to a header (filePrepender
arg), however there is not a first class way to add a footer.
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