Go
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 35,758 public repositories matching this topic...
-
Updated
Aug 30, 2021 - Go
-
Updated
Aug 30, 2021 - Go
-
Updated
Aug 31, 2021 - Go
-
Updated
Aug 31, 2021 - Go
-
Updated
Aug 21, 2021 - Go
What happened:
The classnames library is not necessary as emotion/css has a similar function called cx. For consistency we should refactor our codebase to only use emotion's classname implementation.
Tasks:
- Remove classnames dependencies (types/classnames, classnames)
- [
Right now, Syncthing seems to always use LF for line endings in config.xml and .stignore. This is a problem in Windows when trying to edit those using the built-in Notepad, which until very recently had no support for other line endings than CRLF. Support for them has only been added in the very recent versions of Windows 10.
The problem is that when opening those files in Notepad under old
-
Updated
Aug 31, 2021 - Go
-
Updated
Aug 30, 2021 - Go
I’m trying to script setup and configuration of caddy server based on a custom download that includes additional plugins (caddy-auth-portal, caddy-auth-jwt, caddy-trace, and various caddy-dns modules ).
During setup, the caddy unit file is configured to run caddy as a non priveledged user (by design).
To get certificates configured properly we are attempting to use the caddy trust command
-
Updated
Aug 31, 2021 - Go
It would be good if Gitea offered support for the new citation file format, cf. https://citation-file-format.github.io/ and https://blog.front-matter.io/mfenner/step-forward-for-software-citation
This is intended to allow scientists to cite software repositories. I can imagine an implementation similar to Github: Similar to the buttons for forks and downloads of repositories, there may be a new
-
Updated
Aug 22, 2021 - Makefile
-
Updated
Aug 30, 2021 - Go
-
Updated
Aug 31, 2021 - Go
GenMarkdownTreeCustom has a way to a header (filePrepender arg), however there is not a first class way to add a footer.
-
Updated
Aug 30, 2021 - Go
Changefeed option values are currently case sensitive, as shown by the following CREATE CHANGEFEED statement:
CREATE CHANGEFEED FOR TABLE foo INTO 'kafka://localhost:9092' WITH format='JSON';
ERROR: unknown format: JSON
If some users misremember option values as being uppercase, it might save them a little bit of headache to not have to re-enter.
Easy implementation (just iterate
-
Updated
Aug 19, 2021 - Go
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia
What happened:
imagePullSecrets can added to a pod manifest to reference a secret containing registry cre