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,368 public repositories matching this topic...
What would you like to be added:
The kube-apiserver logs traces for operations that exceed a max latency using the k8s.io/utils/trace utility. This is done for request handling, etcd storage layer operations, watch cache operations and we just added it for webhook calls.
But when, for example, there is a crea
Description
Depending on how docker image tar was saved it does not have tags recorded in it. So I use
docker load -i image.tar
I get an image with out a tag.
Steps to reproduce the issue:
- Use
docker load -i image.tar
command to load a image tar which does not have tag
2. run
docker images
and see that the docker image does not have a t
A curated list of awesome Go frameworks, libraries and software
-
Updated
Dec 27, 2019 - Go
When missing layouts, Hugo presents this output:
WARN 2019/12/18 19:42:47 found no layout file for "HTML" for "home": You should
create a template file which matches Hugo Layouts Lookup Rules for this
combination.
WARN 2019/12/18 19:42:47 found no layout file for "HTML" for "page": You should
create a template file which matches Hugo Layouts Lookup Rules for this
combination.
WAR
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
Within the organization's page I was expecting to find our private repositories, but they weren't there; only the public ones. I happened to find them only throught the generic "explore" menù.
The organizazion's page should list only the public repositories when the user isn'n logged in or if he/she doesn't have the permissions. Otherwise both the public and private ones should be listed.
Go
What would you like to be added: A check when loading providers for dashboard provisioners that enforces unique names, as specified in the documentation.
Why is this needed: If someone does not pay much attention to the documentation and does not see that the provisioning provider names must be unique, a weird problem c
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
I tried to use a UNIX socket with nginx, but the default permission bits for the socket are 644:
$ ls -l syncthing.sock
srwxr-xr-x 1 syncthing syncthing 0 авг 27 15:32 syncthing.sock
Nginx uses www-data user, and that's why it can't use this UNIX socket and prints "Permission denied".
I can change these permission bits using umask 0007 to make it work, but this solution is n
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
- Category
- fzf binary
- fzf-tmux script
- Key bindings
- Completion
- Vim
- Neovim
- Etc.
- OS
- Linux
- Mac OS X
- Windows
- Windows Subsystem for Linux
- Etc.
- Shell
- bash
- zsh
- fish
If my SHELL variable points to a
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
The function arguments to core.NewBlockChain got way out of hand. We need a config structure instead.
见 https://beego.me/docs/mvc/controller/config.md#basic-config,
beego.AppConfigPath = "conf/app2.conf"
beego.AppConfigProvider = "ini"
代码里 已经改成私有变量,需要通过如下方式进行配置的加载:
beego.LoadAppConfig("ini", "conf/app2.conf")
烦请帮忙更新一下,以免其他用户受误导,谢谢!
Drone is a Container-Native, Continuous Delivery Platform
-
Updated
Dec 27, 2019 - Go
when starting minio with a custom azure Endpoint per documentation,
minio gateway azure https://azureaccountname.blob.custom.azure.endpoint
then minio adds a duplicate accountkey and blob to the URL.
as mini constructs the endpoint from
This may be because the code wants to create the endpoint from a custom suffix,
One common use case for project maintainers is to update a broken pull request which was made by someone else.
Hub should be able to help maintainers doing the following steps:
- grab a pull request
- update the pull request (rebase or other change)
- update the pull request (aka pushing it)
What is your current rclone version (output from rclone version)?
latest
What problem are you are trying to solve?
National (Germany, Chinese, and US Government) version of Office 365 requires a different API endpoint. Please refer to https://docs.microsoft.com/en-us/graph/deployments
The contribution guide is missing information detailing Rust and Typescript.
Hi, I got problem while build from source:
- Gitea version (or commit ref): All tags/version
- Operating system: Debian 8 Kernel 2.6.32
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
~/go/src/code.gitea.io/gitea$ TAGS="bindata sqlite sqlite_unlock_notify" make build
GO111MODULE=on go build -mod=ve
See example below. Best plan is a lookup join, but we don't get that with the semi-join. The reason is that each side is projecting a tuple, and we are constraining those to be equal. A rule that detects this projection and converts to multiple equalities should fix this.
exec-ddl
CREATE TABLE ab (
a INT,
b INT,
PRIMARY KEY (a,b)
)
----
exec-ddl
CREATE TABLE cd (
c INT
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
We are starting to migrate the mattermost-webapp over to TypeScript to facilitate better code quality. This Help Wanted issue is to modify all files in components/more*direct*channels (not sub-directories included) 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,jsx
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
As proposed by @robrich in #6122
As I mentioned there, minikube does not yet support latest or stableversion aliases, but it would be trivial to add. If you or anyone else is interested in making this work, add a check forparamVersion == "stable"` here:
We currently
What version of Go are you using (go version)?
1.12
Which database and its version are you using?
mysql 5.7
Please provide a complete runnable program to reproduce your issue. IMPORTANT
The documentation isn't to clear when it comes to querying by nested associations. For example, consider following structure.
// User has one Profile and belongs to many InstitCreated by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia
1.13.4
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env)?not need
What did you do?
I use go tool trace to analysis goroutines
What did you expect to see?
display clearly each part of the goroutine time