diff options
| author | ewy <ewy0@protonmail.com> | 2026-04-29 01:59:23 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-04-29 01:59:23 +0200 |
| commit | 28e43c7356d796e18d2f818d100078c5aa31c14c (patch) | |
| tree | 023c7f4a9d192bcf4f16755307f43a622beb671d /runner/exc/exc.go | |
| parent | 2b28ee919614d5ddaceda26ce488a0ca4c851cb3 (diff) | |
add executable runner
Diffstat (limited to 'runner/exc/exc.go')
| -rw-r--r-- | runner/exc/exc.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runner/exc/exc.go b/runner/exc/exc.go new file mode 100644 index 0000000..18d5214 --- /dev/null +++ b/runner/exc/exc.go @@ -0,0 +1,6 @@ +package exc + +type exc struct { +} + +var Exc = &exc{} |
