go get github.com/cornelk/gitlab2gitea
# github.com/cornelk/gitlab2gitea
../../go/src/github.com/cornelk/gitlab2gitea/main.go:154:9: assignment mismatch: 1 variable but gitea.NewClient returns 2 values
../../go/src/github.com/cornelk/gitlab2gitea/main.go:154:27: cannot use giteaToken (type string) as type func(*gitea.Client) in argument to gitea.NewClient
../../go/src/github.com/cornelk/gitlab2gitea/main.go:234:14: assignment mismatch: 2 variables but m.gitea.CreateMilestone returns 3 values
../../go/src/github.com/cornelk/gitlab2gitea/main.go:251:4: cannot use promoted field ListOptions.Page in struct literal of type gitlab.ListLabelsOptions
../../go/src/github.com/cornelk/gitlab2gitea/main.go:252:4: cannot use promoted field ListOptions.PerPage in struct literal of type gitlab.ListLabelsOptions
../../go/src/github.com/cornelk/gitlab2gitea/main.go:273:14: assignment mismatch: 2 variables but m.gitea.CreateLabel returns 3 values
../../go/src/github.com/cornelk/gitlab2gitea/main.go:358:13: assignment mismatch: 2 variables but m.gitea.CreateIssue returns 3 values
../../go/src/github.com/cornelk/gitlab2gitea/main.go:373:12: assignment mismatch: 2 variables but m.gitea.EditIssue returns 3 values
../../go/src/github.com/cornelk/gitlab2gitea/main.go:379:12: assignment mismatch: 2 variables but m.gitea.ReplaceIssueLabels returns 3 values
../../go/src/github.com/cornelk/gitlab2gitea/main.go:393:23: assignment mismatch: 2 variables but m.gitea.ListRepoMilestones returns 3 values
../../go/src/github.com/cornelk/gitlab2gitea/main.go:393:23: too many errors
mac OS version 10.15.7