Author: Kyle Fuller <kyle@fuller.li> 2024-02-29 02:23:00 +0000 +0000 Committer: Kyle Fuller <kyle@fuller.li> 2024-02-29 02:23:00 +0000 +0000 Commit: 37a55b2cdfcdef8de0435a4cbab7fa20c881129e Parent: 5702da3d3a1ee4d39d215a9c914999452d6bf9c2 feat(vim): add template for main.go
diff --git a/.vim/templates/main.go b/.vim/templates/main.go
new file mode 100644
index 0000000000000000000000000000000000000000..79058077776c2ae70a619e5eef9ae972247a4576
--- /dev/null
+++ b/.vim/templates/main.go
@@ -0,0 +1,5 @@
+package main
+
+func main() {
+
+}