You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN go mod init github.com/calvarado2004/bookings && go mod tidy && go get github.com/alexedwards/scs/v2 && go get github.com/go-chi/chi/v5 && go get github.com/justinas/nosurf && go get github.com/asaskevich/govalidator && go get github.com/xhit/go-simple-mail/v2
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o bookings cmd/web/*.go