[go mod] rename module

This commit is contained in:
2023-11-11 15:28:35 +01:00
parent 0b2bba5d77
commit a08de8a553
17 changed files with 25 additions and 25 deletions

View File

@@ -3,7 +3,7 @@ package triggers
import (
"fmt"
"unknown.com/gokill/internal"
"github.com/k4lipso/gokill/internal"
)
type Trigger interface {