-
When I run `godocdash` I get an empty docset, a lot of logged lines but a positive exitcode. This is the output I get:
```
➜ godocdash
2019/07/31 14:37:50 ReadFile: open /usr/local/Cellar/go/1.12.7…
-
> If I have simply missed where this is documented, please let me know where I should have looked, and close this out.
Many places describe how custom filename suffixes interact with the toolchain:…
-
```go
module github.com/spf13/viper
require (
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
github.com/coreos/bbolt v1.3.2 // indirect
github.com/coreos/etcd v3.…
-
Would be nice to automatically generate/deploy a new version of documentation after each release.
-
Hey! So I was checking out the different options in the golang ecosystem for translation, and it looks like it really comes down to [go-i18n](https://github.com/nicksnyder/go-i18n) and this project. …
-
I'm encountering an error when running the sst dev command in my Next.js project using the Serverless Stack (SST). The error message indicates that the path-to-regexp module could not be resolved. Bel…
-
README could have instructions on how to install a specific version of mage for sake of reproducible builds or corporate legal processes which may require strict versioning.
This is how I do it:
`…
-
The file generated by `kedge init` is not friendly for new users :-(
```
./kedge init -c DeploymentConfig -i tomaskral/nonroot-nginx -p 8080 --name demo
```
currently, it looks like this
```yam…
kadel updated
6 years ago
-
As @FiloSottile notes in https://github.com/golang/go/issues/30241#issuecomment-463829083:
> I actually don't want to have to figure out if a `crypto/tls` internal failure is due to a `replace`d `c…
-
currently, only part of the runner code is in `util/runner`, also [command.go](https://github.com/dyweb/Ayi/blob/master/util/command.go) is coupled with `viper`, and I plan to split it out like the l…