aboutsummaryrefslogtreecommitdiff
path: root/cmd/lectio-ui/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/lectio-ui/main.go')
-rw-r--r--cmd/lectio-ui/main.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/lectio-ui/main.go b/cmd/lectio-ui/main.go
new file mode 100644
index 0000000..eced3b5
--- /dev/null
+++ b/cmd/lectio-ui/main.go
@@ -0,0 +1,5 @@
+package main
+
+import "fmt"
+
+func main() { fmt.Println("lectio-ui: not yet implemented") }