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

caddy
utilitynerd
utilitynerd commented Aug 31, 2020

I would like to be able to prevent certain headers (Authorization: X-Auth-Token:, etc ) from being included in the caddy logs.

I found caddyserver/caddy#3562, which is asking to be able to set an allowlist of headers, which makes sense for their use case.

In my case, a blocklist, makes more sense, as I only want to prevent a single header from being included in the

MariusVanDerWijden
MariusVanDerWijden commented Apr 17, 2020

We are currently thinking about fixing some bugs in the mobile backend.
This issue shall act as an umbrella issue to collect some of the quirks of the backend that could be improved in the future. If you have any suggestions, feel free to add.

  • All functions are undocumented
    Maybe we can find a way to insert Javadoc into the generated.aar

  • Address.toString() returns {}Address
    In order

flycash
flycash commented Jun 29, 2020

Please answer these questions before submitting your issue. Thanks!

#2662

  1. What version of Go and beego are you using (bee version)?
    Any version

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

  3. What did you do?
    If possible, provide a recipe for reproducing the error.
    A complete runnable program is good.

When we use ES as the logger, the i

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
mickmister
mickmister commented Aug 17, 2020

Summary

When using a slash command that crashes a plugin, the user receives an unfriendly message.

Observed:

Command with a trigger of '/jira' not found. Click here to send as a message.

Expected:

Plugin for the jira command is not working. Please contact your system administrator.

Ticket Link

https://mattermost.atlassian.net/browse/MM-24753

cockroach
rafiss
rafiss commented Aug 27, 2020

In Postgres, you can write a query like UPDATE ONLY tablename .... Here's what the docs say:

If ONLY is specified before the table name, matching rows are updated in the named table only. If ONLY is not specified, matching rows are also updated in any tables inheriting from the named table. Optionally, * can be specified after the table name to explicitly indicate that descendant tables ar

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.