-
Updated
Sep 11, 2020 - Go
golang

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 48,516 public repositories matching this topic...
-
Updated
Sep 8, 2020
-
Updated
Sep 11, 2020 - Go
-
Updated
Sep 11, 2020 - Go
It would be great if Gitea could include the head_commit
in the push
webhook if the object is a tag. For reference this is what GitHub sends in the push hook if the object is a tag:
{
"ref": "refs/tags/v0.0.1",
"before": "0000000000000000000000000000000000000000",
"after": "d2b75aa7797ec26b088fa2dd527e9d2c052fcedd",
"created": true,
"deleted": false,
"forced": false,
-
Updated
Sep 11, 2020 - Go
-
Updated
Sep 12, 2020 - Go
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
Move all Dockerfile samples to non-root user
Expected Behaviour
As an OpenFaaS end-user, I want to run all samples on my OpenFaaS cluster, even with the new non-root feature enabled.
Current Behaviour
-
Updated
Sep 10, 2020 - Makefile
-
Updated
Sep 9, 2020 - Go
-
Updated
Dec 30, 2019
-
Updated
Sep 11, 2020 - Go
-
Updated
Sep 11, 2020 - Go
-
Updated
Sep 3, 2020 - Go
-
Updated
Sep 12, 2020 - Go
-
Updated
Sep 5, 2020 - Go
-
Updated
Sep 11, 2020 - Go
@benoittgt very kindly submitted a PR to fix some spacing issues in the markdown using gofmtmd.
It should be possible to automate this as part of the build script
感谢你向 Clash Core 提交 Feature Request!
在提交之前,请确认:
- 我已经在 Issue Tracker 中找过我要提出的请求
请注意,如果你并没有遵照这个 issue template 填写内容,我们将直接关闭这个 issue。
Hi,
It seems like the HTTP Assert package does not allow me to specify a body to pass in a POST request for example. Looking at the HTTPBody()
function, the body argument is set to nil
:
req, err := http.NewRequest(method, url+"?"+values.Encode(), nil)
Is this by design, or am I looking at a missing feature?
Cheers,
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia