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 51,236 public repositories matching this topic...
-
Updated
Dec 9, 2020 - Go
-
Updated
Nov 25, 2020
-
Updated
Dec 4, 2020 - Go
-
Updated
Dec 10, 2020 - Go
-
Updated
Dec 7, 2020 - Go
For some reason when I try to merge a pr with gh pr merge from my development branch into master I get the following error:
Pull request #1 (Initial Commit.) can't be merged right now; try again in a few seconds
I am able to create and merge pr's from any other branch except into master. I have to go into the Github each time to commit the merge. My master did have a protection rule on i
-
Updated
Nov 8, 2020 - Makefile
GenMarkdownTreeCustom has a way to a header (filePrepender arg), however there is not a first class way to add a footer.
-
Updated
Dec 9, 2020 - Go
Change receiver name for (me *MeProvider) in app/slashcommands/command_me.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 *MeProvider) in app/slashcommands/command_me.go.
Example
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
Dec 10, 2020 - Go
-
Updated
Dec 9, 2020 - Go
-
Updated
Dec 30, 2019
-
Updated
Dec 10, 2020 - Go
-
Updated
Sep 28, 2020 - Go
-
Updated
Oct 22, 2020 - Go
-
Updated
Nov 25, 2020 - Go
-
Updated
Sep 5, 2020 - Go
-
Updated
Dec 5, 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 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
htpasswdoption 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