Skip to content
go logo

Go

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.

  • Sign up for GitHub or sign in to edit this page
  • Created by Robert Griesemer, Rob Pike, Ken Thompson
  • Released November 10, 2009

Here are 22,068 public repositories matching this topic...

mostynb
mostynb commented Oct 14, 2019

I followed a reference from a random go project's git hook to https://golang.org/misc/git/pre-commit and discovered a pseudo 404/"lstat $GOROOT/misc/git/pre-commit: no such file or directory" error. So I looked around some more and found another broken link to this URL from the go blog:
https://blog.golang.org/go-fmt-your-code

It seems that this file was removed back in January:
https://go-re

gun1x
gun1x commented Jun 3, 2019

The SDK is very unfriendly for beginners.

Apart from the fact every program imports docker/docker (including docker-ce and kubernetes) and that redirects to moby/moby on the website, the default version you get from go is v1.13.1 and people just seem to import specific commits. The releases can not be seen on moby/moby but can be found on docker/engine however you can not import s

ProactiveServices
ProactiveServices commented Aug 19, 2019

I have a Receive-Only folder which has local changes and is displaying the "Revert Local Changes" button. Its status shows as "Up To Date", so without expanding the folder in the GUI there's no apparent need for attention for the folder. I would expect that users need to know if a folder has pending changes to Revert, so perhaps the folder status should show something other than "Up To Date".

traefik
kshtsk
kshtsk commented Oct 3, 2019

Hi,

I'm trying to build terraform following instructions on the main page of this repo:

$ go version
go version go1.12.7 darwin/amd64
$ export GOPATH=$HOME/terraform
$ export PATH=$PATH:$GOPATH/bin
$ git clone https://github.com/hashicorp/terraform $GOPATH/src/github.com/hashicorp/terraform
Cloning into '/Users/kyr/terraform/src/github.com/hashicorp/terraform'...
remote: Enumerating
jordanlewis
jordanlewis commented Oct 4, 2019

It should be possible to cast JSON scalars to their corresponding SQL types, but it currently is not possible.

We should support:

JSON numeric -> int
JSON numeric -> float
JSON numeric -> decimal
JSON numeric -> string

This change should be pretty straightforward - CastExpr.Eval should be edited in eval.go to add the missing cases, and tests added to `pkg/sql/sem/tree/testdata/eval

mattermost-server
mattermod
mattermod commented Oct 14, 2019

Mattermost is migrating its server tests from using the t.Fatal method calls on their checks to use the testify toolkit. The goal of this migration is to improve the readability of the tests, making them more concise and meaningful. This Help Wanted issue is to migrate the tests in the store/storetest/command_webhook_store.go file.

The expected way to

iris
BreathYu
BreathYu commented Sep 26, 2018

Hey again Our developers are developed by Aiarron of the frontend developer, Desmond and ZRothschild and Yusn of the backend developer. We have jointly developed the Go Web Iris Chinese community using the go Iris framework.

And for https://docs.iris-go.com/ this document is translated from English to Chinese, and we will also translate other documents and promote it in the go development commu

heat
heat commented Aug 21, 2018

Hi folks, sory about my bad english.
I'm trying get up nsq services at containerum, at containerum the public port to services and container are random. With nsqlookupd and nsqadmin it's easy not a big trouble.
But when we try to run nsqd it's registrer ther right broadcast url but the follow ports that nsqd register is that expose in container and not the service port random assigned with the

medyagh
medyagh commented Sep 25, 2019

We have a python script that checks if there is license boilerplate in every file in the repo.
that was initially copied from kuberntes project.

https://github.com/kubernetes/minikube/blob/master/hack/boilerplate/boilerplate.py

we need to get rid of it, because it would be nicer to have everything in go.
also reduce the dependency installation during each build / PR. currently we have to

Learn about go

Repository
golang/go
Website
golang.org
Wikipedia
Wikipedia

Related topics

See more topics
c language
You can’t perform that action at this time.