
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.
-
- Sign up for GitHub or sign in to edit this page
- Created by Robert Griesemer, Rob Pike, Ken Thompson
- Released November 10, 2009
Here are 22,068 public repositories matching this topic...
What happened:
This [PR](kubernetes/kubernetes@30b0f8b
The SDK is very unfriendly for beginners.
Apart from the fact every program imports docker/docker
(including docker-ce
and kubernetes
) and that redirects to moby/moby
on the website, the default version you get from go is v1.13.1
and people just seem to import specific commits. The releases can not be seen on moby/moby
but can be found on docker/engine
however you can not import s
A curated list of awesome Go frameworks, libraries and software
-
Updated
Oct 16, 2019 - 3 commits
- Go
The world’s fastest framework for building websites.
-
Updated
Oct 16, 2019 - 5 commits
- 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
Oct 16, 2019 - 1 commits
- Go
Started on default port 3000, chose another port for both HTTP Port and Application URL. After pressing "Install Gogs" it redirected to the URL with the new port, but nobody listens there. It still listens on port 3000. I need to restart the app for the change of port to take effect.
Video introducation
Why need this
Right now we add context
to all targets in Explore for Prometheus queries
https://github.com/grafana/grafana/blob/dafc955338aef05af259ec361bbf1ac29454ec3a/public/app/plugins/datasource/prometheus/components/PromQueryField.tsx#L232
so that the Prometheus datasource can determine if the target is called from Explore or a Panel.
https://github.com/grafana/grafana/blob/dafc955
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
-
Updated
Oct 16, 2019 - 763 commits
- Go
I have a Receive-Only folder which has local changes and is displaying the "Revert Local Changes" button. Its status shows as "Up To Date", so without expanding the folder in the GUI there's no apparent need for attention for the folder. I would expect that users need to know if a folder has pending changes to Revert, so perhaps the folder status should show something other than "Up To Date".
There is a document describing how to migrate an existing etcd cluster from HTTP communication to encrypted HTTPS.
The document uses v2-based CLI, some of those commands have different args or output format in their v3 equivalent, and some of them (like etcdctl cluster-health
) doesn't seem to exist in v3. The documen
Do you want to request a feature or report a bug?
Bug
Did you try using a 1.7.x configuration for the version 2.0?
- Yes
- No
What did you do?
As mentioned in #5604, there is a missleading error message. We should fix that.
What did you expect to see?
Not a missleading error message
What did you see instead?
Midlleware ERROR: TLS Certifi
Go over the Caddy 2 code base at some point and see where we can take advantage of inlining for performance improvements. See: https://blog.filippo.io/efficient-go-apis-with-the-inliner/
As per EIPs/eip-1474.md at master · ethereum/EIPs. For details see this PR discussion
见 https://beego.me/docs/mvc/controller/config.md#basic-config,
beego.AppConfigPath = "conf/app2.conf"
beego.AppConfigProvider = "ini"
代码里 已经改成私有变量,需要通过如下方式进行配置的加载:
beego.LoadAppConfig("ini", "conf/app2.conf")
烦请帮忙更新一下,以免其他用户受误导,谢谢!
Swagger 3.0 support
Drone is a Container-Native, Continuous Delivery Platform
-
Updated
Oct 16, 2019 - 3 commits
- Go
Hi,
I'm trying to build terraform following instructions on the main page of this repo:
$ go version
go version go1.12.7 darwin/amd64
$ export GOPATH=$HOME/terraform
$ export PATH=$PATH:$GOPATH/bin
$ git clone https://github.com/hashicorp/terraform $GOPATH/src/github.com/hashicorp/terraform
Cloning into '/Users/kyr/terraform/src/github.com/hashicorp/terraform'...
remote: Enumerating
Tasks use some rfc3339nano timestamps in a few places. influxdata/influxdb#12280 is related to a run's startedAt and finishedAt values not matching swagger, because the type is defined as date-time in swagger but rfc3339nano doesn't match.
Dashboards' createdAt and updatedAt have the same issue; see influxdata/influxdb#12298.
There may be o
It should be possible to cast JSON scalars to their corresponding SQL types, but it currently is not possible.
We should support:
JSON numeric -> int
JSON numeric -> float
JSON numeric -> decimal
JSON numeric -> string
This change should be pretty straightforward - CastExpr.Eval
should be edited in eval.go
to add the missing cases, and tests added to `pkg/sql/sem/tree/testdata/eval
Mattermost is migrating its server tests from using the t.Fatal
method calls on their checks to use the testify toolkit. The goal of this migration is to improve the readability of the tests, making them more concise and meaningful. This Help Wanted issue is to migrate the tests in the store/storetest/command_webhook_store.go
file.
The expected way to
in relation to issue discussed on the forum
At the moment only way to unmount rclone mounted drive in Windows is by sending "ctrl-C" to rclone process. It makes it very difficult to use rclone from within other applications e.g from rclone-browser I am working on revi
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
- Gitea version (or commit ref): 1.9.3
- Git version: 2.23.0
- Operating system: Linux
- Database (use
[x]
):- [ x] PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- [ x] Not relevant
- Log gist:
Description
The configuration parameter "ALLOW_ONLY_EXTERNAL_REGISTRATION
Hi folks, sory about my bad english.
I'm trying get up nsq services at containerum, at containerum the public port to services and container are random. With nsqlookupd and nsqadmin it's easy not a big trouble.
But when we try to run nsqd it's registrer ther right broadcast url but the follow ports that nsqd register is that expose in container and not the service port random assigned with the
We have a python script that checks if there is license boilerplate in every file in the repo.
that was initially copied from kuberntes project.
https://github.com/kubernetes/minikube/blob/master/hack/boilerplate/boilerplate.py
we need to get rid of it, because it would be nicer to have everything in go.
also reduce the dependency installation during each build / PR. currently we have to
Learn about go
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia
I followed a reference from a random go project's git hook to https://golang.org/misc/git/pre-commit and discovered a pseudo 404/"lstat $GOROOT/misc/git/pre-commit: no such file or directory" error. So I looked around some more and found another broken link to this URL from the go blog:
https://blog.golang.org/go-fmt-your-code
It seems that this file was removed back in January:
https://go-re