Feat(Initial): Initial Go codebase
All checks were successful
Webhook-Everything/Webhook-Everything/pipeline/head This commit looks good

This commit is contained in:
2022-05-29 00:06:52 +08:00
parent f31bc0cd52
commit 53829a2788
27 changed files with 1489 additions and 0 deletions

6
.gitignore vendored
View File

@@ -5,6 +5,12 @@
# dotenv
.env
# VSCode
.vscode
# Dev Postgres
_postgres_data
# ---> Go
# Binaries for programs and plugins
*.exe