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

0netrickp0ny
0netrickp0ny commented Dec 22, 2019

What version of Go are you using (go version)?

$ go version
go version go1.13.5 darwin/amd64

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

go env Output
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
bep
bep commented Dec 10, 2019

From all of us to all of you, a very Merry Christmas -- and Hugo 0.56.0! This version brings Markdown Render Hooks. This gives you full control over how links and images in Markdown are rendered without using any shortcodes. With this, you can get Markdown links that work on both GitHub and Hugo, resize images e

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

gogs
adrianlshaw
adrianlshaw commented Jul 3, 2019

Is your feature request related to a problem? Please describe.
No

Describe the solution you'd like
Creating a symlink called README.md in the repository root (that points to another markdown file) should render a preview on the repository web page.

At the moment, it only displays the name of the symlink in the preview pane.
See screenshot below.

On Github a README symlink to a

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

andreymal
andreymal commented Aug 27, 2019

I tried to use a UNIX socket with nginx, but the default permission bits for the socket are 644:

$ ls -l syncthing.sock 
srwxr-xr-x 1 syncthing syncthing 0 авг 27 15:32 syncthing.sock

Nginx uses www-data user, and that's why it can't use this UNIX socket and prints "Permission denied".

I can change these permission bits using umask 0007 to make it work, but this solution is n

traefik
rhuss
rhuss commented Dec 16, 2019

This issue is more a feedback report than a call-for-action, but let me share my experience with Traefik 2's documentation which is summarised (situation-based, a bit too catchy probably) in https://twitter.com/ro14nd/status/1206143455757508608

My use case is to use Traefik as a Kubernetes Ingress Controller on bare metal with Let's Encrypt support. Guess this is a critical use case, even when

caddy
minio
bottkars
bottkars commented Nov 29, 2019

when starting minio with a custom azure Endpoint per documentation,

minio gateway azure https://azureaccountname.blob.custom.azure.endpoint

then minio adds a duplicate accountkey and blob to the URL.
as mini constructs the endpoint from
This may be because the code wants to create the endpoint from a custom suffix,

nztim
nztim commented Dec 15, 2019

I've just spent a bit of time trying to configure Apache as a reverse proxy for Gitea. It works fine as per the docs until you want to use Certbot. It seems to me that the configuration in the docs results in the acme challenge being proxied to Gitea (and a 404) regardless of whether you have a document root, an alias in place or anything.

The solution I used was to add `ProxyPass /.well-known

justinj
justinj commented Nov 5, 2019

Consider this query+plan:

EXPLAIN (OPT) SELECT
 e.last_name, s.salary, noise
FROM
 employees AS e,
 salaries AS s,
 generate_series(0, s.salary, 10000) AS noise
WHERE
 e.emp_no = s.emp_no
ORDER BY
 s.salary DESC
LIMIT
 10;
                             ->                            text                            
+---------------------------------------------------------+
  pro
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

mattermost-server
mattermod
mattermod commented Dec 10, 2019

In the SidebarChannel component code that handles showing the tutorial tip for the Town Square and Off-Topic channels, there's a call to the openLhs action which is not allowed in React. This triggers a warning.

The openLhs call should be moved to happen after the render.


If you're interested please comment here and come [join our "Contributors" community channel](https://community.m

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

Colstuwjx
Colstuwjx commented Dec 17, 2019

The exact command to reproduce the issue:
this issue was part of #6103, and the exact command was /bin/bash -c \"sudo env PATH=/var/lib/minikube/binaries/v1.17.0:$PATH kubeadm config images pull --config /var/tmp/minikube/kubeadm.yaml\"

The full output of the command that failed:

...
🚜 拉取镜像 ...
无法拉取映像,有可能是正常状况:running cmd: "/bin/bash -c "sudo env PATH=/var/lib/mini

Gradecak
Gradecak commented Oct 3, 2019

What version of Go are you using (go version)?

1.12

Which database and its version are you using?

mysql 5.7

Please provide a complete runnable program to reproduce your issue. IMPORTANT

The documentation isn't to clear when it comes to querying by nested associations. For example, consider following structure.

// User has one Profile and belongs to many Instit

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.