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 53,862 public repositories matching this topic...
-
Updated
Mar 9, 2021 - Go
-
Updated
Mar 9, 2021
-
Updated
Mar 8, 2021 - Go
-
Updated
Mar 9, 2021 - Go
- Gitea version (or commit ref): 1.13.2 built with GNU Make 4.3, go1.15.7 : bindata, timetzdata, sqlite, sqlite_unlock_notify
- Git version: 2.26.2
- Operating system:
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Log gist:
Description
Pleas
-
Updated
Mar 9, 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
Mar 9, 2021 - Makefile
GenMarkdownTreeCustom has a way to a header (filePrepender
arg), however there is not a first class way to add a footer.
-
Updated
Mar 4, 2021 - Go
Summary
The intent is that the API for the client config return values that are logically boolean as JSON values true
or false
rather than string values "true"
or "false"
.
Steps to reproduce
Request the client config from the API:
curl 'https://community-daily.mattermost.com/api/v4/config/client?format=old'
Expected behavior
Values are returned
-
Updated
Feb 28, 2021 - Go
-
Updated
Mar 8, 2021 - Go
-
Updated
Mar 9, 2021 - Go
-
Updated
Feb 27, 2021 - Go
-
Updated
Mar 9, 2021 - Go
-
Updated
Jan 2, 2021
-
Updated
Feb 20, 2021 - Go
-
Updated
Mar 4, 2021 - Go
-
Updated
Jan 28, 2021 - Go
-
Updated
Sep 5, 2020 - Go
-
Updated
Mar 9, 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
)?Running latest stable and a couple of betas on various machines.
What problem are you are trying to solve?
I've got a systemd unit that starts
rclone rcd
.I've got other systemd units that depend on the first one, which use
rclone rc mount/mount
in order to mount various remotes.Right now I have to