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,182 public repositories matching this topic...
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
Updated
Dec 15, 2019 - Go
A curated list of awesome Go frameworks, libraries and software
-
Updated
Dec 15, 2019 - Go
The world’s fastest framework for building websites.
-
Updated
Dec 15, 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 15, 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 15, 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 15, 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 15, 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 15, 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 15, 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
In the SidebarChannel component code that handles showing the tutorial tip for the Town Square and Off-Topic channels, there's a call to the openLhs action which is not allowed in React. This triggers a warning.
The openLhs call should be moved to happen after the render.
If you're interested please comment here and come [join our "Contributors" community channel](https://community.m
our site currently only has vmware docs for mac os: https://minikube.sigs.k8s.io/docs/start/macos/
we need to add documents to the site for vmware on windows.
https://minikube.sigs.k8s.io/docs/start/windows/
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia
What version of Go are you using (
go version)?Does this issue reproduce with the latest release?
I am currently using the latest release afaik.
What operating system and processor architecture are you using (
go env)?