all repos — reposync @ main

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