refactor framework interface, simplify basic and whitelisted, bring expensive on and rewrite it.

This commit is contained in:
fiatjaf
2022-07-24 16:55:59 -03:00
parent 84f7d34840
commit aa96fa0a21
28 changed files with 743 additions and 369 deletions

View File

@@ -1,8 +1,8 @@
FROM golang:1.15.5
FROM golang:1.18
WORKDIR /go/src/app
COPY ./ .
RUN go get -d -v ./...
RUN go install -v ./...
RUN cd basic && make
RUN cd basic && make