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

hugo
cup
cup commented Dec 19, 2019

When missing layouts, Hugo presents this output:

WARN 2019/12/18 19:42:47 found no layout file for "HTML" for "home": You should
create a template file which matches Hugo Layouts Lookup Rules for this
combination.

WARN 2019/12/18 19:42:47 found no layout file for "HTML" for "page": You should
create a template file which matches Hugo Layouts Lookup Rules for this
combination.

WAR
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
ikozhukhov
ikozhukhov commented Oct 23, 2019

on github we can see feature: we can add lines to diff up and down of original diff if needed - for looking more text from source file if needed.
in gogs we have limited list of lines in diff and can't add more lines if needed.
will be better to have ability for it.

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

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,

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

mattermost-server
mattermod
mattermod commented Dec 23, 2019

We are starting to migrate the mattermost-webapp over to TypeScript to facilitate better code quality. This Help Wanted issue is to modify all files in components/admin*console/plugin*management (not sub-directories included) 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 `
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

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.