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,771 public repositories matching this topic...
-
Updated
Dec 27, 2020 - Go
-
Updated
Dec 18, 2020
-
Updated
Dec 22, 2020 - Go
-
Updated
Dec 29, 2020 - Go
- Gitea version (or commit ref): 1.13.0
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
Description
When @mentioning
someone in a code review comment, no notification is sent.
-
Updated
Dec 28, 2020 - Go
Currently we let a user get through two prompts of gh auth login
when GITHUB_TOKEN is set, then unceremoniously tell them that the token is read-only.
We should proactively notice that situation when gh auth login
is run and give clear messaging about unsetting the token in order to use the command.
Initially we thought only power users would be using GITHUB_TOKEN as an opt-in choice, making
-
Updated
Dec 19, 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 29, 2020 - Go
Plugins can add items to the post dropdown menu, including submenus that pop over to the side of the menu. The submenus are currently misaligned. The task here is to fix the rendering of the submenus so that they are horizontally aligned with the parent menu’s option.
The demo plugin can be used to test this. You will need to install and e
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 29, 2020 - Go
-
Updated
Dec 29, 2020 - Go
-
Updated
Dec 30, 2019
-
Updated
Dec 29, 2020 - Go
-
Updated
Dec 24, 2020 - Go
-
Updated
Oct 22, 2020 - Go
-
Updated
Nov 25, 2020 - Go
-
Updated
Sep 5, 2020 - Go
-
Updated
Dec 27, 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
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