Skip to content

Commit b37c191

Browse files
authored
Merge pull request #62 from MDA2AV/duplications
remove duplications
2 parents c961c1a + d04d760 commit b37c191

2,030 files changed

Lines changed: 6888821 additions & 1779 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

frameworks/go-fasthttp/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
FROM golang:1.24-alpine AS build
22
WORKDIR /app
3-
COPY go.mod go.sum ./
4-
RUN go mod download
5-
COPY main.go .
6-
RUN CGO_ENABLED=0 go build -o server main.go
3+
COPY . .
4+
RUN CGO_ENABLED=0 go build -mod=vendor -o server main.go
75

86
FROM alpine:3.19
97
COPY --from=build /app/server /server

frameworks/go-fasthttp/vendor/github.com/andybalholm/brotli/LICENSE

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/go-fasthttp/vendor/github.com/andybalholm/brotli/README.md

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/go-fasthttp/vendor/github.com/andybalholm/brotli/backward_references.go

Lines changed: 185 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)