From b3d0af2de29711abfe6da373786d365d9a6de198 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Wed, 13 Mar 2024 21:17:51 +0100 Subject: feat: Rewrite to golang I have found a nice lib in go to handle XML so I migrate to it. Go is ages easier to deploy then python. --- Procfile | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Procfile (limited to 'Procfile') diff --git a/Procfile b/Procfile deleted file mode 100644 index 60ee589..0000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: uvicorn main:app --host=0.0.0.0 --port=${PORT} -- cgit v1.2.3