Merge branch 'master-1'

# Conflicts:
#	cmd/pkgdashcli/main.go
#	go.mod
#	go.sum
#	internal/cli/init.go
#	internal/source/gitea/gitea.go
This commit is contained in:
Gorbunov Kirill Andreevich
2024-03-25 23:28:28 +03:00
14 changed files with 25 additions and 27 deletions

View File

@@ -25,9 +25,7 @@ import (
"go.unistack.org/micro/v4/logger"
)
var (
ErrPRNotExist = errors.New("pull request does not exist")
)
var ErrPRNotExist = errors.New("pull request does not exist")
type Gitea struct {
URL string