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 52,413 public repositories matching this topic...
-
Updated
Jan 19, 2021 - Go
-
Updated
Dec 30, 2020
-
Updated
Jan 19, 2021 - Go
-
Updated
Jan 19, 2021 - Go
-
Updated
Jan 19, 2021 - Go
Describe the bug
For a new user setup, I run gh auth status -h github.example.com to check if a user has setup the CLI tool. I expect this to fail because ~/.config/gh/hosts.yml has no entry for github.example.com. However, it prints no stdout and exits with 0.
Note: gh auth status, which uses github.com by default, will fail if ~/.config/gh/hosts.yml does not exist.
S
-
Updated
Jan 12, 2021 - Makefile
GenMarkdownTreeCustom has a way to a header (filePrepender arg), however there is not a first class way to add a footer.
Hi
I ran the DeepSource static analyzer on the forked copy of iris repo, and found some interesting code quality issues.
I am opening a PR to fix a few of them.
We are starting to migrate the mattermost-webapp over to TypeScript to facilitate better code quality. This Help Wanted issue is to modify components/activity*log*modal and associated test files.
Below is a checklist of items you should be doing to migrate:
- < ] Rename the files to their associated TypeScript extensions (ie.
jstots,jsxtotsx) - Update any components u
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
Jan 10, 2021 - Go
-
Updated
Jan 5, 2021 - Go
-
Updated
Jan 2, 2021
-
Updated
Jan 19, 2021 - Go
-
Updated
Dec 24, 2020 - Go
-
Updated
Oct 22, 2020 - Go
-
Updated
Nov 25, 2020 - Go
-
Updated
Sep 5, 2020 - Go
-
Updated
Jan 19, 2021 - Go
-
Updated
Jan 17, 2021 - 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