Top "Go-git" questions

Highly extensible implementation of Git protocol and storage format in Golang

docker multi-stage build Go image - x509: certificate signed by unknown authority

I try to build go images in private corp network use docker-multi-stage-build: FROM golang:latest as builder WORKDIR /app COPY …

docker go docker-multi-stage-build go-build go-git