sheepla
sheepla
迷っている
CGOフリーな [cznic/sqlite](https://gitlab.com/cznic/sqlite) がとても良さそう。 > https://zenn.dev/nobonobo/articles/e9f17d183c19f6
とりあえず`encoding/gob`形式で保存・読み込みができるよう実装。今のところはDBを組まなくてもこれで十分そう。
EOFのエラーハンドリングを直す必要がありそう。 https://pkg.go.dev/github.com/peterh/liner#section-readme
> [golangci-lint#2649](https://github.com/golangci/golangci-lint/issues/2649) > some rules in go-critic (`hugeParam`, `rangeValCopy`, `typeDefFirst`, `paramTypeCombine`) don't work with generics and must be disabled by hand > if you are not using generics (and your...
`errors.Is(err, io.EOF)`
Thank you. I also wish there was an option to force IPv6. I plan to implement it in the future.
This tool using `jq` but GitHub CLI (`gh api`) has `--jq` option. If I understand how to use `jq`, this tool can eliminate depencency of `jq`.
It seems that it can be realized by applying the following one liner...: ```bash $ gh api user --jq '. | .location, .followers, .following, .blog, .public_repos, .public_gists' | \cat Japan...
I think it's a good idea! It would be nice to be able to change it with options or environment variable.