IT Engineer professional // DevOps focus
-
Target
- Minneapolis, MN
- www.expertdave.com
Pinned Loading
-
-
-
-
-
Dockerfile
Dockerfile 1# Stage 1: Modules caching
2FROM golang:1.24 as modules
3COPY go.mod go.sum /modules/
4WORKDIR /modules
5RUN go mod download
-
TryCatch wrapper
TryCatch wrapper 1type Success<T> = {
2data: T;
3error: null;
4};
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

