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,541 public repositories matching this topic...
-
Updated
Jan 23, 2021 - Go
-
Updated
Dec 30, 2020
-
Updated
Jan 21, 2021 - Go
-
Updated
Jan 23, 2021 - Go
I would like to switch between the dark/light theme more often during the day.
It would be awesome if the switch would be accessible more easily, e.g. in the menu bar.
Currently it is within the account settings and requires to hit a "save settings" button explicitly which is quite a long journey for a repetitive task.
Would be awesome if this feature would land!
-
Updated
Jan 23, 2021 - Go
Describe the bug
When I try to fork a repo and add a new remote, it doesn't add a new remote to my current repository.
gh version 1.4.0 (2020-12-17)
Expected vs actual behavior
I expect to see a fork remote added to my repository, but nothing is added.
Logs
❯ gh repo fork --clone=false --remote=true $(git remote get-url up)
- Forking someorg/somerepo...-
Updated
Jan 12, 2021 - Makefile
I would like to support multiple languages for my CLI using cobra. Implementation for commands is no problem, but is it correct that there is currently no support for the text output generated by cobra itself (e.g., "Usage", "Flags", "Use "mycmd [command] --help" for more information about a command.")?
-
Updated
Jan 23, 2021 - Go
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 20, 2021 - Go
-
Updated
Jan 20, 2021 - Go
-
Updated
Jan 2, 2021
-
Updated
Jan 23, 2021 - Go
-
Updated
Jan 22, 2021 - Go
-
Updated
Oct 22, 2020 - Go
-
Updated
Nov 25, 2020 - Go
-
Updated
Jan 23, 2021 - Go
-
Updated
Sep 5, 2020 - Go
-
Updated
Jan 23, 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