From 2f09915d3da7a23574e1a90fa70eb1af1cdf830a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 3 May 2026 23:28:57 +0300 Subject: initial stuff --- internal/run.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 internal/run.go (limited to 'internal/run.go') 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 +} -- cgit v1.2.3