summaryrefslogtreecommitdiff
path: root/runner/stub.go
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-05-02 15:14:15 +0200
committerewy <ewy0@protonmail.com>2026-05-02 15:14:15 +0200
commit5087803ef84e95e4e208dbc90db0f9af89dd1b9a (patch)
treea2e963dd99b57d55a408ac8045d04c3cddc63c10 /runner/stub.go
parent43a46a1a3a50e08d5a774c73a2528b877ac29451 (diff)
update module path
Diffstat (limited to 'runner/stub.go')
-rw-r--r--runner/stub.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runner/stub.go b/runner/stub.go
index 9899b0d..e64e57f 100644
--- a/runner/stub.go
+++ b/runner/stub.go
@@ -3,8 +3,8 @@
package runner
import (
+ "git.ewy.one/pik/model"
"os/exec"
- "pik/model"
)
// Stub is the most minimal and useless implementation of the target interface. It only panics. Use if you need a target-compliant struct.