The Wayback Machine - https://web.archive.org/web/20191213012205/https://github.com/topics/golang
Skip to content
#

golang

go logo

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 38,867 public repositories matching this topic...

traefik
jansauer
jansauer commented Oct 11, 2019

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

dgraph
kpeters58
kpeters58 commented Aug 30, 2019

The syntax files is written in yaml-format and specify how to highlight
languages.

Should be 'are written'.

It would also be very helpful to add info about how the syntax YAML files should be named. I have no clue after reading the docs. .YAML ?

theckman
theckman commented Aug 14, 2018

The general consensus of the Go community has been converging on the idea that the pkg/ directory is a useless abstraction / indirection. Instead, people are encouraged to either put the packages in the top-level of the repository, or to create a repository structure that structures things based on their primary functionality of domain in the business logic.

So while in your example you may e

pavel-shpilev
pavel-shpilev commented Mar 5, 2019

Now, this could be a controversial one, because of the added ambiguity.

There is no way to indicate that an entry has been sampled because of the very definition of sampling. But what can be done is a boolean field added to the n-th (where n = first) and every subsequent entry within one tick. Let's call it sampling_threshold_reached for the lack of better name.

This could be helpf

Created by Robert Griesemer, Rob Pike, Ken Thompson

Released November 10, 2009

Repository
golang/go
Website
golang.org
Wikipedia
Wikipedia

Related Topics

c language
You can’t perform that action at this time.