summaryrefslogtreecommitdiff
path: root/internal/run.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-03 23:28:57 +0300
committerPaul Buetow <paul@buetow.org>2026-05-03 23:28:57 +0300
commit2f09915d3da7a23574e1a90fa70eb1af1cdf830a (patch)
tree3c46947fd67ac0e20aff84ae2420a4788a8a8c0e /internal/run.go
initial stuff
Diffstat (limited to 'internal/run.go')
-rw-r--r--internal/run.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/internal/run.go b/internal/run.go
new file mode 100644
index 0000000..e3bb597
--- /dev/null
+++ b/internal/run.go
@@ -0,0 +1,7 @@
+package internal
+
+import "codeberg.org/snonux/anelephantinachinashop/internal/config"
+
+func Run(conf config.Config) error {
+ return nil
+}