The Wayback Machine - https://web.archive.org./web/20220521013341/https://github.com/topics/golang
Skip to content
#

golang

go logo

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 67,769 public repositories matching this topic...

rclone
sergey-cs
sergey-cs commented on May 12, 2022

Description

When creating a release in repo, the telegram bot sends the following message:

[{owner}/{repo}] Release created: {release_title} by {publisher}

A link is added to {release_title} : https://{base_url}/{owner}/{repo}/src/{tag_name}
This is a link to the tag although a link to the release was expected: https://{base_url}/{owner}/{repo}/releases/tag/{tag_name}

kind/bug good first issue
cli
vincentscode
vincentscode commented on May 10, 2022

Describe the bug

I have a local directory called "Advent of Code". It is not a git repository.
When trying to create a GitHub Repository from it using gh repo create "Advent-of-Code" --private --source="Advent of Code\" I am warned that it is not a git repository.
This warning includes a hint to run git init but the syntax is wrong as it just adds quotation marks to the end of the dir

bug p3 help wanted good first issue
mattermost-server
mattermod
mattermod commented on May 19, 2022

Repro: Paste a channel ID in the search input field in the System Console > User Management > Channels page

Observed: no results

Expected: allow returning results based on the channel ID (currently it only matches on the channel name)


If you're interested please comment here and come [join our "Contributors" community channel]

Difficulty/1:Easy Up For Grabs Good First Issue Help Wanted

Created by Robert Griesemer, Rob Pike, Ken Thompson

Released November 10, 2009

Repository
golang/go
Website
golang.org
Wikipedia
Wikipedia

Related Topics

c language