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,354 public repositories matching this topic...
A curated list of awesome Go frameworks, libraries and software
-
Updated
Apr 17, 2022 - Go
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
Updated
Apr 18, 2022 - Go
The world’s fastest framework for building websites.
-
Updated
Apr 18, 2022 - Go
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
-
Updated
Apr 17, 2022 - Go
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
-
Updated
Apr 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
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
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:
The Cloud Native Application Proxy
-
Updated
Apr 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
High Performance, Kubernetes Native Object Storage
-
Updated
Apr 18, 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
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
set @@max_allowed_packet=default;
2. What did you expect to see? (Required)
mysql> set @@max_allowed_packet=default;
ERROR 1621 (HY000): SESSION variable 'max_allowed_packet' is read-only. U
Standard Go Project Layout
-
Updated
Apr 9, 2022 - Makefile
Feature Description
I tried to setup gitea as a oauth provider for my new penpot instance. However I always got errors from penpot that something is wrong (described here penpot/penpot#1802). After a while of debugging, I found out, that the empty name in the user_info response of the oauth process is causing that problems.
// GET http://myserver:3333/login/oauth/userinfo
{
The fantastic ORM library for Golang, aims to be developer friendly
-
Updated
Apr 18, 2022 - Go
A Commander for modern Go CLI interactions
-
Updated
Apr 17, 2022 - Go
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!
-
Updated
Apr 18, 2022
Define and run multi-container applications with Docker
-
Updated
Apr 14, 2022 - Go
Drone is a Container-Native, Continuous Delivery Platform
-
Updated
Apr 14, 2022 - Go
From cockroachdb/cockroach#67791 (comment):
In Postgres 14.2:
marcus=# SELECT NULL::GEOGRAPHY || NULL::GEOGRAPHY[] || NULL::GEOGRAPHY;
?column?
-------------
{NULL:NULL}
In CRDB 21.2.7:
defaultdb> SELECT NULL::GEOGRAPHY || NULL::GEOGRAPHY[] || NULL::GEOGRAPHY;
?column?
---------------
{NULL,NULL}
-
Updated
Apr 4, 2022 - Go
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia



Nowadays, when the kube-scheduler is initialized, the provided component config (via
--configflag) is logged. E.g.