-
Updated
May 1, 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 43,941 public repositories matching this topic...
-
Updated
Apr 20, 2020
-
Updated
Apr 29, 2020 - Go
go-gitea/gitea#11032 will output unicode emoji from tokens and attempting to save such a emoji into a utf8 table will result in error 500:
CreateIssueComment: Error 1366: Incorrect string value: '\xF0\x9F\x91\x8E' for column 'content' at row 1
I think we should:
- default new installs to
utf8mb4 - mention in the release notes that MySQL users are e
Convert tests in model/searchparamstest.go into table testing.
As an example you can use the already existing table testing tests in the
same file. If you need to know more about table testing, you can take a look
to the following document https://github.com/golang/go/wiki/TableDrivenTests.
If you're interested please comment here and come [join our "Contributors" community channel](http
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
Apr 8, 2020 - Makefile
-
Updated
Dec 30, 2019
I often forget the exact syntax and semantics of the version constraints.
It would be great to have that readily accessible from the command line
with (for example) dep help constraints.
-
Updated
Apr 30, 2020 - Go
Experience Report
I am currently ingesting a large continuous streaming data set. The most recent data is the most important data. The oldest - either by policy or by least importance needs to be aged-off. Today, we use Neo4J Community Edition. We perform a query to find nodes/relationships older than a specific date and then delete them.
Note: Feature requests are judged based on user
-
Updated
Mar 25, 2020 - Go
Points to cover
- An application can handle subprotocol negotiation on its own by setting the Sec-Websocket-Protocol response header. The
Subprotocols(r *http.Request) []stringfunction is helpful here. - Set u.Subprotocols for builtin subprotocol negotiation. Builtin negotiation overrides a subprotocol specified in the response header (it would have been better to return an error, but it
-
Updated
Apr 7, 2020 - Go
-
Updated
Apr 30, 2020 - Go
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,
-
Updated
May 1, 2020 - Go
-
Updated
Apr 24, 2020 - Go
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia
Do you want to request a feature or report a bug?
Documentation improvement
In digestAuth documentation, Kubernetes section does not contain any useful example explaining how to put credentials into a file. The given example is same as users(using base