Afifurrohman

Results 15 issues of Afifurrohman

I think is good to have a print or `pdf` version like [`mdbook`](https://github.com/rust-lang/mdbook) does.

Currently i have make some PR that update some example using newest go version `>= 1.22`, but book itself is still using `1.20` as minimum version. To do that i...

# Description Some of the button attribute block navigation button on mobile devices, i have try with chrome(Mobile), microsoft edge (PC with devtools) and impact all of the content. I...

### Summary From the docs: > One other difference is that the tests **must** be in the root of the crate, or within a `pub mod`. Putting them inside a...

docs

Reproduceable steps: - `config.yaml` ```yaml foo: hello ``` - `main.go` ```go package main import ( "fmt" "github.com/ilyakaznacheev/cleanenv" ) type ( Config struct { Foo *string `env-required:"true" yaml:"foo" env:"FOO"` } )...