This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Tsunehisa Kazawa
digitune.org
did:plc:cwotqp3elvxarzqmfml7jol5
Golangの開発をdocker上で行っていると、COPY main.goしたあとのRUN go mod tidy && go mod download以降のlayerのcacheが効かず、何度もbuildしていると結構な量のゴミlayerが溜まってしまう。まぁsystem proneすれば一掃できるのだが、moduleのdownloadにも無駄な時間がかかるし、うまくcacheを効かせるうまい手はないかな…
2026-05-16T05:12:21.365Z