diff --git a/.env b/.env new file mode 100644 index 0000000..c88bfa8 --- /dev/null +++ b/.env @@ -0,0 +1 @@ +PORT=8080 \ No newline at end of file diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..ead7071 --- /dev/null +++ b/go.sum @@ -0,0 +1,2 @@ +github.com/joho/godotenv v1.3.0 h1:Zjp+RcGpHhGlrMbJzXTrZZPrWj+1vfm90La1wgB6Bhc= +github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg=