golang

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 50,734 public repositories matching this topic...
-
Updated
Nov 24, 2020 - Go
-
Updated
Nov 20, 2020
-
Updated
Nov 23, 2020 - Go
-
Updated
Nov 24, 2020 - Go
-
Updated
Nov 23, 2020 - Go
Describe the feature or problem you’d like to solve
The settings for a project allow the merge methods associated with the Merge button to be limited to a subset of the three options
- Allow merge commits
- Allow squash merging
- Allow rebase merging
When merging through gh pr merge
, you are presented with a list of all three options regardless.
Proposed solution
It woul
-
Updated
Nov 24, 2020 - Go
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 *LogoutProvider)
in app/slashcommands/command_logout.go
.
GenMarkdownTreeCustom has a way to a header (filePrepender
arg), however there is not a first class way to add a footer.
-
Updated
Nov 8, 2020 - Makefile
Move all Dockerfile samples to non-root user
Expected Behaviour
As an OpenFaaS end-user, I want to run all samples on my OpenFaaS cluster, even with the new non-root feature enabled.
Current Behaviour
-
Updated
Nov 22, 2020 - Go
-
Updated
Dec 30, 2019
-
Updated
Nov 24, 2020 - Go
-
Updated
Sep 28, 2020 - Go
-
Updated
Oct 22, 2020 - Go
-
Updated
Nov 24, 2020 - Go
-
Updated
Sep 5, 2020 - Go
I currently observed with ClashX that if a website both resolves in IPv4 and IPv6, the IPv4 address will have a precedence over the IPv6 one. But in some environments, only IPv6 address is reachable, and access from IPv4 is forbidden, so providing an option for IPv6 precedence is reasonable. Would you please offer this feature?
My routing config is as fo
-
Updated
Nov 22, 2020 - Vim script
@benoittgt very kindly submitted a PR to fix some spacing issues in the markdown using gofmtmd.
It should be possible to automate this as part of the build script
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia
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
)