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. --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 74e5fbc..e660fd9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -.idea/ -__pycache__/ -build/ +bin/ -- cgit v1.2.3