aboutsummaryrefslogtreecommitdiff
path: root/cmd_assemble.go
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@rgdd.se>2023-03-18 13:20:27 +0100
committerRasmus Dahlberg <rasmus@rgdd.se>2023-03-18 13:20:38 +0100
commitb8b8e05c833dfb4c4191c8c1391e02d07e0e744f (patch)
tree65dfc946a218e81f97a2a8f867f4ef9661d0e4de /cmd_assemble.go
parent15ffe76847c4c0383c4d0c0a35fb29d5031d093b (diff)
renaming files and moving around
Diffstat (limited to 'cmd_assemble.go')
-rw-r--r--cmd_assemble.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd_assemble.go b/cmd_assemble.go
new file mode 100644
index 0000000..246ba6e
--- /dev/null
+++ b/cmd_assemble.go
@@ -0,0 +1,7 @@
+package main
+
+import "fmt"
+
+func assemble(opts options) error {
+ return fmt.Errorf("TODO")
+}