雑なメモ書き

気楽にいきます

2021-01-01から1年間の記事一覧

golangのginでcontextをどう扱うべきだろうか

公式でのContextの扱いの解説 https://blog.golang.org/context https://tip.golang.org/pkg/context/ こちらの解説をもとに考えると Incoming requests to a server should create a Context, and outgoing calls to servers should accept a Context. The …

rustのcreateのメモ

cargo edit https://crates.io/crates/cargo-edit cargo install cargo-edit こちらが使えるようになる carog.tmolいじらなくて済む cargo add cargo rm cargo upgrade clippy 所謂linter https://github.com/rust-lang/rust-clippy rustup component add cl…