refactor: project structure

This commit is contained in:
2024-04-29 21:29:05 +02:00
parent 2abed91918
commit 727b083e52
7 changed files with 45 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
package watcher
package pkg
import (
"fmt"

View File

@@ -1,9 +1,9 @@
package watcher
package pkg
import (
"testing"
"gitea.urkob.com/urko/git-webhook-ci/cfg"
"gitea.urkob.com/urko/git-webhook-ci/kit/cfg"
"github.com/stretchr/testify/require"
)