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,290 public repositories matching this topic...
-
Updated
Jan 24, 2022 - Go
-
Updated
Jan 24, 2022 - Go
-
Updated
Jan 24, 2022 - Go
-
Updated
Jan 24, 2022 - Go
-
Updated
Jan 24, 2022 - Go
Originally posted by sunker December 17, 2021
When support for Metrics Insights was added to the GetMetricData api, a few new error codes were introduced. These should be handled as an error or possibly as a warning.
. I was able to ignore dovecot's index files in Sync
etcd depends on gobin (https://github.com/myitcv/gobin) that since go 1.16 can get replaced with go run $pkg@$version:
Please refactor the scripts to use upstream go run:
scripts/test_lib.sh:# Ensure gobin is available, as it runs majority of the tools
scripts/test_lib.sh:if ! command -v "gobin" >/dev/null; then
scripts/test_lib.sh: GOARCH="" run env GO111MODULE=off go get git
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.
-
Updated
Jan 24, 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
Jan 24, 2022 - 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
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
create database db;
use db;
rename table tb1 to tb2;
2. What did you expect to see? (Required)
MySQL 5.7
ERROR 1017 (HY000): Can't find file: './db_optimistic/tb1.frm' (errno: 2 - No suc
-
Updated
Dec 28, 2021 - Makefile
Feature Description
Hi,
I'm monitoring my Gitea instance via Prometheus and Grafana.
It would be great to have a string for the current Gitea version and the new one in the metrics to set an Grafana alert for possible new version on it.
Screenshots
No response
-
Updated
Jan 24, 2022 - Go
GenMarkdownTreeCustom has a way to a header (filePrepender arg), however there is not a first class way to add a footer.
-
Updated
Jan 21, 2022 - Go
-
Updated
Jan 14, 2022 - Go
Is your feature request related to a problem? Please describe.
Before postgres version 13, there was no way to tell postgres to stop using a default expression for a stored, generated column. In 13, they added DROP EXPRESSION syntax. Cockroach has long had DROP STORED syntax, which is, well, confusing and hard to discover.
This form turns a stored generated column into a normal base
-
Updated
Jan 17, 2022 - Go
-
Updated
Jan 24, 2022 - 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.goas commented here: kubernetes/kubernetes#105659 (comment), it'd be great to create functions that are reused in b