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 28,689 public repositories matching this topic...
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
Updated
Aug 18, 2020 - Go
A curated list of awesome Go frameworks, libraries and software
-
Updated
Aug 17, 2020 - Go
The world’s fastest framework for building websites.
-
Updated
Aug 16, 2020 - 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
Aug 17, 2020 - Go
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
-
Updated
Aug 18, 2020 - Go
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More
-
Updated
Aug 18, 2020 - TypeScript
Hi!
Thanks for this nice tool, I like it a lot :-)
I searched the forums and issue tracker, but could not find any discussion on this:
I would like to have a "clean" feature for Simple File Versioning. I think something similar to the feature for Trash Can File Versioning would be useful:
A configuration op
Today, etcdctl endpoint health only performs a quorum GET. If server is corrupted or exceeded quota (which put the server into read only mode), this command incorrectly returns healthy.
The Cloud Native Edge Router
-
Updated
Aug 18, 2020 - Go
See the discussion here: https://caddy.community/t/v2-http-handlers-templates-functions-in-file-server-browse-template/9214
The file_server directive has a browse option which enables a directory index to be served when a directory is requested. By default, this index is rendered using a template which can be [found in the cod
it would be nice if geth could detect if geth was not shutdown correctly (e.g. it crashed)
then the user could be offered the upcoming tooling: #20858. Also it will help us investigate issues like #20845
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
-
Updated
Aug 18, 2020 - Go
Please answer these questions before submitting your issue. Thanks!
#2662
-
What version of Go and beego are you using (
bee version)?
Any version -
What operating system and processor architecture are you using (
go env)?
Any -
What did you do?
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
When we use ES as the logger, the i
High Performance, Kubernetes Native Object Storage
-
Updated
Aug 18, 2020 - Go
What is your current rclone version (output from rclone version)?
rclone v1.47.0-DEV
What problem are you are trying to solve?
Scripting the genautocomplete installation
How do you think rclone should be changed to solve that?
Just adding a --stdout switch or similar to command
Drone is a Container-Native, Continuous Delivery Platform
-
Updated
Aug 17, 2020 - Go
A command-line tool that makes git easier to use with GitHub.
-
Updated
Aug 18, 2020 - Go
The fantastic ORM library for Golang, aims to be developer friendly (v2 is under public testing...)
-
Updated
Aug 18, 2020 - Go
Scalable datastore for metrics, events, and real-time analytics
-
Updated
Aug 18, 2020 - Go
Isn't it worth mentioning something about Linux?
I managed to make the private registry work on my Ubuntu 20.04 machine by following the steps listed in "docker on macOS". Maybe it would be interesting to change that title to "Docker on Linux/macOS".
That said, I haven't followed the whole handbook. I just read the "Registries" page.
Dear developers. I write my custom specific web server for work with specific archive files, compression, encryption, etc. And i want to publish my web server under BSD-2-Clause license.
In my project i use Iris and Iris logger as basement.
I'm not going to use the name of your project to promote my project.
Can I publish my project under the BSD-2-Clause license?
Thanks.
Summary
When using a slash command that crashes a plugin, the user receives an unfriendly message.
Observed:
Command with a trigger of '/jira' not found. Click here to send as a message.
Expected:
Plugin for the
jiracommand is not working. Please contact your system administrator.
Ticket Link
This would involve just updating the necessary production rules in the grammar.
A realtime distributed messaging platform
-
Updated
Aug 15, 2020 - Go
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia


What happened:
isNodeConditionSetAsExpected is duplicated in two places, and needs a godoc
What you expected to happen:
The function would only be in one place.
How to reproduce it (as minimally and precisely as possible):
git grep isNodeConditionSetAsExpected:)