all repos — reposync @ 82cc6628d7ab06f27d3473702a71a8d553ec7758

Go program that clones all of my public repos from GitHub to my git server.

go.mod (view raw)

1module github.com/BiRabittoh/reposync
2
3go 1.22.4
4
5require github.com/joho/godotenv v1.5.1