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 23,208 public repositories matching this topic...
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
Updated
Dec 16, 2019 - Go
A curated list of awesome Go frameworks, libraries and software
-
Updated
Dec 16, 2019 - Go
The world’s fastest framework for building websites.
-
Updated
Dec 16, 2019 - Go
Please take a look at the following code
package main
import (
"github.com/gin-gonic/gin"
)
func main() {
r := gin.New()
r.GET("/ping", func(c *gin.Context) { c.JSON(200, gin.H{}) })
r.Use(gin.Logger())
r.GET("/pingx", func(c *gin.Context) { c.JSON(200, gin.H{}) })
r.Run()
}And now please take a look at [the documentation for Use()](https://godoc.org/gi
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More
-
Updated
Dec 16, 2019 - TypeScript
I'm trying to setup frp server on my vps.
It would be really helpful if frp/README.md contains a Installation section like other open source project does.
The installation guide should mention at least the following:
-
How to install go dependencies (in one command:
go get ./.... Chinese user may have to break the fucking government wall) -
How to build the package. Should I use
Distributed reliable key-value store for the most critical data of a distributed system
-
Updated
Dec 16, 2019 - Go
Do you want to request a feature or report a bug?
1. What would you like to have changed?
Right now caddy2 has two config adapters: Caddyfile and JSON.
I have to admit, that I am not a big fan of json, because it's not possible to insert comments and it's difficult to write manual.
JSON is a format that should be used only from one comput
Drone is a Container-Native, Continuous Delivery Platform
-
Updated
Dec 16, 2019 - Go
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
-
Updated
Dec 16, 2019 - Go
I am running windows based containers to create a distributed deployment using two containers
on two different hosts.
Each host has two drives ( Windows shares mounted as J: and K: ) and just to make things simple I have given full control access to the shares to 'Everyone' to ensure its no permission issues.
My sec
Scalable datastore for metrics, events, and real-time analytics
-
Updated
Dec 16, 2019 - Go
"rsync for cloud storage" - Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files
-
Updated
Dec 16, 2019 - Go
HI,
- Gitea version 1.9.3
- Git version: Not relevant
- Operating system:
- Database (use
[x]):- [x ] PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- [x ] Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
The swagger definitions for all of the hooks API's are incomplete and
Hey again Our developers are developed by Aiarron of the frontend developer, Desmond and ZRothschild and Yusn of the backend developer. We have jointly developed the Go Web Iris Chinese community using the go Iris framework.
And for https://docs.iris-go.com/ this document is translated from English to Chinese, and we will also translate other documents and promote it in the go development commu
Our desktop app is currently making use of .bind() to maintain context of the functions calls we use in our React components. This is an outdated approach, as we can use arrow functions (ie. () =>) to express our component-bound functions without having to explicitly bind them to the component’s context.
A successful PR would remove all .bind() statements from the desktop app’s React compon
I am running minikube version v1.5.2.
I discovered that if I specify an undefined "namespace" with the namespace option on the service command an error is reported but there is also a message that says "mini9kube crashed".
The exact command to reproduce the issue:
minikube service newservice -n unknown --url
The full output of the command that failed:
$ minikube ser
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia
Does this issue reproduce with the latest release?
Yes
What did you expect to see?
Details about the algorithm used, links to source material, context about why this algorithm was used and how it differs from other methods.
What did you see instead?
https://github.com/golang/go/blob/c2edcf4b125