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 36,185 public repositories matching this topic...
-
Updated
Sep 19, 2021 - Go
-
Updated
Sep 19, 2021 - Go
-
Updated
Sep 19, 2021 - Go
-
Updated
Sep 17, 2021 - Go
-
Updated
Sep 3, 2021 - Go
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
Sep 18, 2021 - Go
-
Updated
Sep 18, 2021 - Go
I have modified the default file_server browse template to integrate it with a website, by using httpInclude
to load blocks of HTML containing the header, footer and theme. These files are hosted on the same Caddy instance, and it works well provided that compression is not enabled. When compression is enabled, the file_server browser becomes garbage: it appears that raw compressed data is inc
It is currently difficult to see if this API is implemented at all and what the API actually is from the docs, for which there are none. It should be here I think(?): https://geth.ethereum.org/docs/rpc/ns-eth
-
Updated
Sep 19, 2021 - Go
What is your current rclone version (output from rclone version
)?
v1.55.0
What problem are you are trying to solve?
Help user with the error.
How do you think rclone should be changed to solve that?
2021/04/22 22:27:01 ERROR : Google Photos/2016/10/VID_20161015_234919.mp4: corrupted on transfer: MD5 hash differ "a9f23639b60607a0571312a999e6ac84" vs "910b8923f1d
-
Updated
Aug 22, 2021 - Makefile
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
Sep 17, 2021 - Go
-
Updated
Sep 15, 2021 - Go
GenMarkdownTreeCustom has a way to a header (filePrepender
arg), however there is not a first class way to add a footer.
-
Updated
Sep 17, 2021 - Go
Describe the solution you'd like
Ability to export to Apache Parquet format.
EXPORT INTO PARQUET
'azure://acme-co/customer-export-data?AZURE_ACCOUNT_KEY=hash&AZURE_ACCOUNT_NAME=acme-co'
FROM TABLE bank.customers;
Describe alternatives you've considered
Using CSV format
Additional context
Parquet stores the file sc
https://minikube.sigs.k8s.io/docs/handbook/pushing lists methods for uploading images:
- docker-env command which is a hyperlink to https://minikube.sigs.k8s.io/docs/handbook/pushing/#1pushing-directly-to-the-in-cluster-docker-daemon-docker-env
- podman-env command, which is a hyperlink to https://minikube.sigs.k8s.io/docs/handbook/pushing/#3-pushing-directly-to-in-cluster-crio-podman-env .
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