blog go实现的blog-server dev //更新所有依赖 go get -u ./... #删除go.mod和go.sum中所有未使用的依赖 go mod tidy ```bash 安装包 go get -u github.com/lib/pq #卸载包 go get -u github.com/lib/pq@none 技术 https://uber-go.github.io/fx/get-started/ https://gofiber.io/