all repos — reposync @ f7aa19dbafcfdd045628a571a02d25bb7848f592

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