Initial QSfera import
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
|
||||
FROM golang:1.23.1
|
||||
|
||||
WORKDIR /go/src/github.com/samber/lo
|
||||
|
||||
COPY Makefile go.* ./
|
||||
|
||||
RUN make tools
|
||||
Reference in New Issue
Block a user