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 39,893 public repositories matching this topic...
-
Updated
Feb 16, 2022 - Go
-
Updated
Feb 17, 2022 - Go
-
Updated
Feb 17, 2022 - Go
-
Updated
Feb 16, 2022 - Go
-
Updated
Feb 16, 2022 - Go
The following tests are outputting errant logs and warnings to the console during unit tests. Some of these are pointing out genuine errors and things that should be looked at, while others might be a bit more benign but should be cleaned up to make testing more pleasant.
In the future we may consider making console logs to be a failure condition in tests, so it would be good to sort these out
Hi. I've been experiencing good reliability syncing Maildirs with Syncthing for a few weeks already - however, from time to time an occasional empty mail may now show up in my IMAP folders/e-mail client. I suspect that this is due to the partial transfers and/or temp files being read by dovecot (perhaps locking them somehow could help with this?). I was able to ignore dovecot's index files in Sync
-
Updated
Feb 17, 2022 - Go
Context: https://caddy.community/t/including-files-scripts/15050/4
Right now, the templates
module is inflexible in that only functions the functions registered by Caddy itself are available.
A good refactor would be to make it possible to pass an optional array of modules in the http.handlers.templates.functions.*
namespace which get invoked at Provision()
time to register additional
-
Updated
Feb 17, 2022 - Go
System information
Geth
Version: 1.10.13-stable
Git Commit: 7a0c19f813e285516f4b525305fd73b625d2dec8
Architecture: amd64
Go Version: go1.17.3
Operating System: linux
GOPATH=
GOROOT=go
Expected behaviour
Close files that aren't in use / have a settable limit
Actual behaviour
Every database file it opens stays open for the duration of the sync
Steps to re
-
Updated
Feb 17, 2022 - Go
The associated forum post URL from https://forum.rclone.org
What is the problem you are having with rclone?
When configuring an Azure Blob Storage remote, interacting
lightning v5.3.0
After the content in parquet may be written by spark, the definition of bool is true or false. Regenerating the parquet file takes time, In tidb, bool behaves as tinyint, so proper type conversion will help improve the success rate of lightning import
parquet file:

cmd.RunInDirTimeoutPipeline,
cmd.RunInDirTimeoutEnvFullPipeline,
cmd.RunInDirFullPipeline,
... - Delete cmd.RunInDir... func()
-
Updated
Feb 17, 2022 - Go
The documentation page contains links to how to setup bash completion / man page completion but those links are 404:
https://cobra.dev/doc/md_docs.md
https://cobra.dev/doc/rest_docs.md
https://cobra.dev/doc/man_docs.md
https://cobra.dev/bash_completions.md
-
Updated
Feb 17, 2022 - Go
-
Updated
Feb 15, 2022 - Go
Currently, the ulid_to_uuid
builtin passes raw parsing errors back to the user, which get turned into internal errors. These should be returned with parsing error codes of some sort.
-
Updated
Feb 15, 2022 - Go
What Happened?
Get-WmiObject
is deprecated and has been superseded by [Get-CimInstance
](https://docs.microsoft.com/en-us/powershell/mod
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