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 41,983 public repositories matching this topic...
-
Updated
May 18, 2022 - Go
-
Updated
May 20, 2022 - Go
-
Updated
May 18, 2022 - Go
-
Updated
May 20, 2022 - Go
-
Updated
May 15, 2022 - Go
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
It would be a nice addition to integrate Minimal windows service stub in Caddy (built for Windows).
At the moment, it is necessary to use for example NSSM to install Caddy as a service on Windows.
See how it becomes much more natural to [install the service and remove it in the case of another project (Gitea) with the Windows tools](https:
What happened?
If you don't pass a --name
argument to your etcd
processes, they will all have the name default
and the cluster will operate normally. However, when you add a member, the generated ETCD_INITIAL_CLUSTER
variable will have multiple entries with the name "default". When this environment variable is used, etcd
will parse these into a mapping under a single key ("defau
-
Updated
May 20, 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
May 21, 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
-
Updated
May 18, 2022 - Makefile
Enhancement
[2022-02-14T04:12:14.746Z] ----------------------------------------------------------------------
[2022-02-14T04:12:14.746Z] FAIL: db_test.go:7069: testSerialDBSuite.TestModifyColumnTypeWhenInterception
[2022-02-14T04:12:14.746Z]
[2022-02-14T04:12:14.746Z] db_test.go:7124:
[2022-02-14T04:12:14.746Z] c.Assert(checkMiddleWarningCount, Equals, true)
[2022-02-14T04:12:
Description
When creating a release in repo, the telegram bot sends the following message:
[{owner}/{repo}] Release created: {release_title} by {publisher}
A link is added to {release_title}
: https://{base_url}/{owner}/{repo}/src/{tag_name}
This is a link to the tag although a link to the release was expected: https://{base_url}/{owner}/{repo}/releases/tag/{tag_name}
In ORM package, there are:
var modelCache = NewModelCacheHandler()
// model info collection
type _modelCache struct {
sync.RWMutex // only used outsite for bootStrap
orders []string
cache map[string]*modelInfo
cacheByFullName map[string]*modelInfo
done bool
}
But the name _modelCache
is not elegant.
So we can rename it to be `mode
-
Updated
May 20, 2022 - Go
-
Updated
May 21, 2022
-
Updated
May 18, 2022 - Go
-
Updated
May 20, 2022 - Go
-
Updated
May 20, 2022 - Go
-
Updated
May 19, 2022 - Go
Describe the problem
When trying to use SHOW CREATE
on a materialized view, the generated DDL is no longer a materialized view but a normal view, and the internal rowid column is part of the column definition.
To Reproduce
- Create a materialized view:
CREATE MATERIALIZED VIEW test AS (SELECT 1 AS foo);
- Use
SHOW CREATE
:
SHOW CREATE test
- See tha
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia
There is a strong and growing consensus in sig-node about the need of increasing the test coverage in the kubelet, improving the current testsuite about coverage and reliability. See for example the April 26 sig-node meeting notes and the [April 27 sig-node CI subgroup meeting notes](http