diff --git a/.gitignore b/.gitignore index 4c49bd7..0499fa2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .env +.git*/* +!.github/* \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 109e2c5..a8f6c15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,4 @@ COPY . . COPY dist/${TARGETOS}/${TARGETARCH}/app . -RUN ls - CMD ["./app"] diff --git a/internals/proxy/middlewares/types/types.go b/internals/proxy/middlewares/types/types.go index b22a473..ed96549 100644 --- a/internals/proxy/middlewares/types/types.go +++ b/internals/proxy/middlewares/types/types.go @@ -1,3 +1,6 @@ +// Pretty useless, but go requires seperate package +// since import cycles are not allowed + package middlewareTypes type MessageAlias struct {