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,171 public repositories matching this topic...
Different Webhook with same name have same label-value in metric webhook_admission_duration_seconds
What happened:
Different Webhook with same name have same label-value in metric webhook_admission_duration_seconds. For now, we can add two or more Webhooks using the same name. Webhooks with same name will get the same label-value in metric webhook_admission_duration_seconds and record different Webhooks into the same label-value metric.
What you expected to happen:
Differenc
https://github.com/mvdan/sh seems useful for keeping indent style consistent across all shell scripts
$ git rev-parse HEAD
503b1a9b6f24488db6a67f7ba24258e4ff5ea2a7
$ git grep --name-only -e '^#!' | xargs shfmt -l -w
$ git diff --shortstat
55 files changed, 938 insertions(+), 867 deletions(-)@thaJeztah @vdemeester WDYT?
A curated list of awesome Go frameworks, libraries and software
-
Updated
Oct 22, 2019 - 3 commits
- Go
The world’s fastest framework for building websites.
-
Updated
Oct 22, 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 22, 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
The style guide states that:
When you must refer to a button, check box, or other option, use bold formatting for the name.
Update the section on how to add a data source to make references to buttons and fields bold:
How to add a data source
First move your cursor to the cog on
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
-
Updated
Oct 22, 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".
I'm using TLS on etcd 3.3.12 and have a mix of etcd proxies and masters. The proxies don't seem to honour the --cipher-suites setting, as it ends up with ECDHE-RSA-AES256-GCM-SHA384 despite --cipher-suites=TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 being set.
$ pgrep -laf /usr/bin/etcd
21968 /usr/bin/etcd --listen-client-urls https://0.0.0.0:4000 --adv
Do you want to request a feature or report a bug?
Bug
What did you do?
With traefik v2 it is possible to have more then one acme certificate resolver.
This is very useful for case where it is desired to use different mail addresses for different domains or to use tlschallenge with one and dnschallenge with another domain.
But this leads also to having to set a storage file f
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 22, 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
Currently we support these "fields": year, quarter, month, week, dayofweek, dayofyear, hour, minute, second, millisecond, microsecond, epoch.
Postgres supports more. Some of the missing ones are century, decade, isodow, isoyear, millenium. The relevant code lives in pkg/sql/sem/builtins/builtins.go.
As a bonus, Postgres ret
We are starting to migrate the mattermost-webapp over to TypeScript to facilitate better code quality. This Help Wanted issue is to modify components/delete*modal*trigger.jsx and associated test files.
Below is a checklist of items you should be doing to migrate:
- < ] Rename the files to their associated TypeScript extensions (ie.
jstots,jsxtotsx) - Update any compone
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
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
https://github.com/kubernetes-retired/heapster
"RETIRED: Heapster is now retired. See the deprecation timeline for more information on support. We will not be making changes to Heapster.
The following are potential migration paths for Heapster functionality:
For basic CPU/memory HPA metrics: Use metrics-server.
For general monitoring: Consider a third-party monitoring pipeline that can
Learn about go
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia
It would be nice for the JSON mode of golang.org/dl to be documented somewhere (https://golang.org/dl/?mode=json). I wasn't able to find it until after I built a project to recreate the same functionality and someone pointed it out.
Having a JSON API for Go releases is great and I think some folks would build more tools using it if we had it documented.