go http httpin Decode HTTP Query Params into a Struct in Go Use httpin package to decode HTTP request params into a struct in Go. by Ggicci T'ang
docker Dockerfile Reduce Docker Image Size by Using Multi-stage Builds If you don't take any optimization measures, docker images can easily get large. And in most cases we just wrapped too many inessential things into the images. So, we should take actions to get rid of it. by Ggicci T'ang