1
0
mirror of https://codeberg.org/crowci/crow.git synced 2025-08-09 07:42:52 +03:00

refactor: rename to crow-go

This commit is contained in:
pat-s
2025-01-18 01:27:10 +01:00
parent 38f39eeede
commit ab1c935ef7
68 changed files with 55 additions and 55 deletions

View File

@@ -7,7 +7,7 @@ import (
"testing"
"github.com/crowci/crow/v3/cli/common"
"github.com/crowci/crow/v3/woodpecker-go/woodpecker"
"github.com/crowci/crow/v3/crow-go/woodpecker"
"github.com/stretchr/testify/assert"
"github.com/urfave/cli/v3"
)