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 37,717 public repositories matching this topic...
-
Updated
Nov 24, 2021 - Go
-
Updated
Nov 25, 2021 - Go
-
Updated
Nov 25, 2021 - Go
-
Updated
Nov 25, 2021 - Go
-
Updated
Nov 24, 2021 - Go
Update our screenshots and the names of some of the options may have also changed
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
Nov 25, 2021 - Go
-
Updated
Nov 24, 2021 - Go
It seems Caddy does not support wildcards/ expression matching in the reverse proxy's header_up.
For example this does not remove any headers:
header_up -X-SHIBBOLETH-*
This works as expected, but is limited in its use:
header_up -X-SHIBBOLETH-LOGIN
It'd be great if Caddy would support wildcards/ expression matching in the reverse proxy's header_up/ header_down.
I had a unclean shutdown less than a day ago and got this warning afterwards:
WARN [03-26|10:10:29.944] Unclean shutdown detected booted=2021-03-17T13:16:42+0000 age=1w1d20h
As it would be better to have the "age=" part closer to the shutdown @holiman suggested to update the marker like every 5 minutes
-
Updated
Nov 25, 2021 - Go
Hi. First of all, kudos to you for the VFS cache - it's really brilliant. I have one request though.
For a little background, as of now I'm using the following settings:
--vfs-cache-mode full \
--vfs-cache-max-size 500G \
--vfs-cache-max-age 5000h \
--vfs-cache-poll-interval 5m \
--vfs-read-ahead 2G \
--bwlimit-file 32M \
--vfs-read-chunk-size=64M \
--vfs-read-chunk-s
-
Updated
Nov 24, 2021 - Makefile
Feature Description
Now that we have a minimum of go1.16 set, we can use go's embed functionality to embed templates/web assets (css/js), and translations.
Screenshots
No response
-
Updated
Nov 23, 2021 - Go
-
Updated
Nov 24, 2021 - Go
-
Updated
Nov 23, 2021 - Go
Although RULE
is not listed as an allowed privilege on https://www.postgresql.org/docs/current/functions-info.html it turns out that PG supports a query like this
select has_table_privilege('table'::regclass::oid, 'RULE')
Some tools rely on this. We can implement it in CRDB by always returning false, since CRDB does not have RULE
privileges.
Instructions:
- Modify t
on a Mac M1 laptop with Docker not running I get following message:
talking about drivers that are not available on this platoform (such as Virtualbox and hyperkit)
messsage should only show relevent drivers to platofrm
$ minikube start
😄 minikube v1.23.2 on Darwin 12.0.1 (arm64)
🎉 minikube 1.24.0 is available! Download it: https://github.com/kubernetes/minikube/releases/tag/v1.24.0
💡
-
Updated
Nov 24, 2021 - Go
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia
What would you like to be added?
The changes to support snapshot tests for Generic Ephemeral Volumes kubernetes/kubernetes#105659 generated some duplicated code in the file
test/e2e/storage/testsuites/snapshottable.go
as commented here: kubernetes/kubernetes#105659 (comment), it'd be great to create functions that are reused in b