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 58,767 public repositories matching this topic...
-
Updated
Aug 19, 2021 - Go
-
Updated
Aug 20, 2021
-
Updated
Aug 18, 2021 - Go
-
Updated
Aug 22, 2021 - Go
-
Updated
Aug 22, 2021 - Makefile
- Gitea version (or commit ref): 1.14.3 + 1.15-dev
- Database (use
[x]
):- MySQL
- Can you reproduce the bug at https://try.gitea.io:
- Yes, https://try.gitea.io/org/will-leave-owners/teams/owners = no longer accessible for me
- No
Description
A user on Codeberg reported perse accidentally left the "Owners" team
-
Updated
Aug 22, 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...
GenMarkdownTreeCustom has a way to a header (filePrepender
arg), however there is not a first class way to add a footer.
-
Updated
Aug 12, 2021 - Go
Summary
We have typically used "zz" to avoid clashes with random strings while searching for names. The new function to use is NewTestId
- Search for
"zz" + model.NewId()
in storetest/post_store.go - Replace them with
NewTestId()
-
Updated
Aug 3, 2021 - Go
-
Updated
Aug 20, 2021 - Go
-
Updated
Aug 21, 2021 - Go
-
Updated
Aug 12, 2021 - Go
-
Updated
Aug 12, 2021 - Go
-
Updated
Aug 21, 2021 - Go
-
Updated
Aug 22, 2021 - Go
-
Updated
Aug 12, 2021 - Go
-
Updated
Jan 2, 2021
@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
-
Updated
Aug 16, 2021 - Go
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia