aboutsummaryrefslogtreecommitdiff
path: root/src/main.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-12-05 19:57:18 -0300
committerEuAndreh <eu@euandre.org>2025-12-05 19:57:18 -0300
commit30a25019a627e23ae6696455a280985f4844d9a8 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /src/main.go
parentUpdate to latest project skeleton: i18n and fine-grained fuzzing (diff)
downloadfiinha-30a25019a627e23ae6696455a280985f4844d9a8.tar.gz
fiinha-30a25019a627e23ae6696455a280985f4844d9a8.tar.xz
rm -rf *: setup change to Clojure
Diffstat (limited to 'src/main.go')
-rw-r--r--src/main.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main.go b/src/main.go
deleted file mode 100644
index af67e07..0000000
--- a/src/main.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package main
-
-import "fiinha"
-
-func main() {
- fiinha.Main()
-}