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

jmhodges
jmhodges commented Oct 12, 2019

It would be nice for the JSON mode of golang.org/dl to be documented somewhere (https://golang.org/dl/?mode=json). I wasn't able to find it until after I built a project to recreate the same functionality and someone pointed it out.
Having a JSON API for Go releases is great and I think some folks would build more tools using it if we had it documented.

answer1991
answer1991 commented Jul 5, 2019

What happened:

Different Webhook with same name have same label-value in metric webhook_admission_duration_seconds. For now, we can add two or more Webhooks using the same name. Webhooks with same name will get the same label-value in metric webhook_admission_duration_seconds and record different Webhooks into the same label-value metric.

What you expected to happen:

Differenc

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".

rkd-msw
rkd-msw commented Apr 18, 2019

I'm using TLS on etcd 3.3.12 and have a mix of etcd proxies and masters. The proxies don't seem to honour the --cipher-suites setting, as it ends up with ECDHE-RSA-AES256-GCM-SHA384 despite --cipher-suites=TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 being set.

$ pgrep -laf /usr/bin/etcd
21968 /usr/bin/etcd --listen-client-urls https://0.0.0.0:4000 --adv
traefik
jansauer
jansauer commented Oct 11, 2019

Do you want to request a feature or report a bug?

Bug

What did you do?

With traefik v2 it is possible to have more then one acme certificate resolver.
This is very useful for case where it is desired to use different mail addresses for different domains or to use tlschallenge with one and dnschallenge with another domain.
But this leads also to having to set a storage file f

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
yuzefovich
yuzefovich commented Oct 12, 2019

Currently we support these "fields": year, quarter, month, week, dayofweek, dayofyear, hour, minute, second, millisecond, microsecond, epoch.

Postgres supports more. Some of the missing ones are century, decade, isodow, isoyear, millenium. The relevant code lives in pkg/sql/sem/builtins/builtins.go.

As a bonus, Postgres ret

mattermost-server
mattermod
mattermod commented Sep 30, 2019

We are starting to migrate the mattermost-webapp over to TypeScript to facilitate better code quality. This Help Wanted issue is to modify components/delete*modal*trigger.jsx 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. js to ts, jsx to tsx)
  • Update any compone
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

deepdad
deepdad commented Aug 8, 2019

https://github.com/kubernetes-retired/heapster

"RETIRED: Heapster is now retired. See the deprecation timeline for more information on support. We will not be making changes to Heapster.

The following are potential migration paths for Heapster functionality:

For basic CPU/memory HPA metrics: Use metrics-server.

For general monitoring: Consider a third-party monitoring pipeline that can

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.