summaryrefslogtreecommitdiff
path: root/src/cmd/main.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-05-16 11:11:22 -0300
committerEuAndreh <eu@euandre.org>2024-05-16 11:11:22 -0300
commitcc98b12e78df32f1559daa3a96e089c50380b4fe (patch)
treeef6d9cf229ca74857fa61504bcf2c3138283ed34 /src/cmd/main.go
parentsrc/papod.go: Add message parsing code with some tests (diff)
downloadpapod-cc98b12e78df32f1559daa3a96e089c50380b4fe.tar.gz
papod-cc98b12e78df32f1559daa3a96e089c50380b4fe.tar.xz
Rename source files to "lib.go" and "main.go"
Diffstat (limited to 'src/cmd/main.go')
-rw-r--r--src/cmd/main.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cmd/main.go b/src/cmd/main.go
new file mode 100644
index 0000000..2f78c4d
--- /dev/null
+++ b/src/cmd/main.go
@@ -0,0 +1,7 @@
+package main
+
+import "euandre.org/papo/src"
+
+func main() {
+ papo.Main()
+}