Skip to content
#

Go

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

kirrmann
kirrmann commented Jun 28, 2019

What happened:
Error creating load balancer (will retry): failed to ensure load balancer for service default/test: Only TCP LoadBalancer is supported for AWS ELB

What you expected to happen: kubernetes creating an AWS NLB for UDP

How to reproduce it (as minimally and precisely as possible): Create service with annotation `service.beta.kubernetes.io/aws-load-balancer-type:

hugo
carlmjohnson
carlmjohnson commented Jan 23, 2020

#5470 is great, but AFAICT it's not documented anywhere. I was writing a partial and thinking "I thought there was some way of getting a global site function?" and I only found it by just experimenting and trying {{ site }}. Maybe I saw it in a Regis blog post at some point or something. Anyway, it should be in the list of Functions, if nothing else.

KernelDeimos
KernelDeimos commented Nov 16, 2019

Description

Using the fetch API from WHATWG in Google Chrome, an image upload does not have Content-Type multipart/form-data. Instead, the content type is set to the MIME type (ex: image/jpeg) with a boundary parameter. Setting Content-Type explicitly to multipart/form-data should result in an error (and it does).

How to reproduce

Follow an existing image upload example from

stahs
stahs commented Feb 13, 2020

Hi,

It looks like some new metrics are now available via Cloudwatch for Route53Resolver, but the cloudwatch datasource doesn't support them yet. Can this be added please?

https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/monitoring-resolver-with-cloudwatch.html

I can access these via AWS cli, but I can't see AWS/Route53Resolver namespace in my Grafana.

> aws cloudwatch li
gogs
cubiclesoft
cubiclesoft commented Feb 12, 2019

Describe the bug
When creating a new repo in Gogs, there is a little help icon next to the Readme field. Click that icon goes to a broken page that a couple of months ago contained content but now contains only a few Chinese characters:

https://github.com/gogs/go-gogs-client/wiki/Repositories#litte-notes-on-readme-template

Google Translate says, "Xinghan Autonomous System". The commit

recolic
recolic commented Aug 9, 2019

I'm trying to setup frp server on my vps.

It would be really helpful if frp/README.md contains a Installation section like other open source project does.

The installation guide should mention at least the following:

  1. How to install go dependencies (in one command: go get ./.... Chinese user may have to break the fucking government wall)

  2. How to build the package. Should I use

kakra
kakra commented Sep 4, 2018

I'm syncing between Windows and Linux hosts, and I'd prefer if SyncThing would mark newly created dotfiles as hidden automatically in Windows. If the user later decides to unhide the files, that's okay. The hidden attribute should only be applied upon creation of a file.

Maybe SyncThing could have an option like "hide-on-creation" which I could fill with patterns. It could default to a list lik

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
caddy
minio
candlerb
candlerb commented Dec 31, 2019

Issue

I could not find a description of how minio handles storage usage reporting in the minio documentation.

I believe the following is roughly true - determined by experimentation, looking at old tickets, and source code:

  • The web browser interface shows total storage used
  • mc admin info shows the total number of objects and buckets, and total size used
  • Both appear to be usin
ssbarnea
ssbarnea commented Jul 8, 2019

One common use case for project maintainers is to update a broken pull request which was made by someone else.

Hub should be able to help maintainers doing the following steps:

  • grab a pull request
  • update the pull request (rebase or other change)
  • update the pull request (aka pushing it)
Th3Whit3Wolf
Th3Whit3Wolf commented Feb 15, 2020

My problem

I am tweaking some templates so that I can see in depth license information. It seems to me the best way to do this would have the server figure it out via templating (rather than using javascript to parse the license and compare it to all other possible known license). I couldn't find anything helpful regarding templating in docs.gitea.io. Searching the gitea repo for licenses r

bobvawter
bobvawter commented Jan 29, 2020

We should generalize the go-version-check.sh script to verify the presence and minimum versions of all tools required from the developer's environment.

The CONTRIBUTING.md file should be consulted (and likely refreshed) for a list of required dependencies. Additionally, it should be cross-checked against the dependencies listed in build/builder/Dockerfile.

For example, the upgrade to

mattermost-server
mattermod
mattermod commented Jan 28, 2020

When a plugin creates a bot account using the plugin API, a server log message will be thrown stating e.g. for Matterpoll:

ERRO<2020-01-28T11:43:35.1281009+01:00> Unable to restart plugin on upgrade.          caller="mlog/log.go:175" err*details="SqlUserStore.Get: We encountered an error finding the account, SqlUserStore.Get: Unable to find the user., user_id=com.github.matterpoll.matterp
iris
asyslinux
asyslinux commented Dec 28, 2019

Dear developers. I write my custom specific web server for work with specific archive files, compression, encryption, etc. And i want to publish my web server under BSD-2-Clause license.

In my project i use Iris and Iris logger as basement.
I'm not going to use the name of your project to promote my project.

Can I publish my project under the BSD-2-Clause license?

Thanks.

medyagh
medyagh commented Feb 15, 2020

one un-intentional side effect of minikube profile command is creating a new profile.

minikube profiles should only be created by minikube start.

so if you by mistake do

minikube profile lis

(instead of list)

it will create an abandoned profile called list.
I would like to disable the creation of profile by minikube profile command.

however, 'minikube profile pname'
s

medyagh
medyagh commented Jan 4, 2020

followed the docs for has manyhttp://gorm.io/docs/has_many.html for sqlilite

package main

import (
	"fmt"

	"github.com/jinzhu/gorm"
	_ "github.com/mattn/go-sqlite3"
)


type User struct {
	Id          string
	Name        string
	CreditCards []CreditCard `gorm:"FOREIGNKEY:user_id;ASSOCIATION_FOREIGNKEY:id"`
}

type CreditCard struct {
	Id     int
	Number string
	UserID 
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

Created by Robert Griesemer, Rob Pike, Ken Thompson

Released November 10, 2009

Repository
golang/go
Website
golang.org
Wikipedia
Wikipedia

Related Topics

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