mirror of
https://github.com/bryanpedini/gitea-mirror.git
synced 2024-11-22 22:12:24 +00:00
7 lines
164 B
Go
7 lines
164 B
Go
package main
|
|
|
|
func main() {
|
|
githubOrg, githubToken, giteaHost, giteaToken := "", "", "", ""
|
|
migrateGithubToGitea(githubOrg, githubToken, giteaHost, giteaToken)
|
|
}
|