diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-03 23:28:57 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-03 23:28:57 +0300 |
| commit | 2f09915d3da7a23574e1a90fa70eb1af1cdf830a (patch) | |
| tree | 3c46947fd67ac0e20aff84ae2420a4788a8a8c0e /internal/run.go | |
initial stuff
Diffstat (limited to 'internal/run.go')
| -rw-r--r-- | internal/run.go | 7 |
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 +} |
