Nik
Nik
> Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks! **Please provide package links to:** - repo link (github.com, gitlab.com,...
I've noticed this restriction in the ruleguard docs: > Ruleguard rules file must start with package gorules; it can't be other package However, my local copy works just fine with...
Something like: ```go type Config struct { Foo string `env:"FOO"` } var cfg struct { Config `env:"APP_,required"` } ``` See the conversation from #52 for details.
Release a stable version after #55 and #57 are implemented and tested.
Closes #30
The idea and API is similar to `flag.Visit`. This option could have solved #19
Nginx does not watch certificate files for updates. We need to reload it manually to apply certificate changes. See https://wiki.alpinelinux.org/wiki/Inotifyd