This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
dashizi
/
go-admin
Mirror von
https://github.com/GoAdminGroup/example.git
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Wiki
Struktur:
ca8ee4e2d8
Branches
Tags
dependabot/go_modules/github.com/gin-gonic/gin-1.9.0
dependabot/go_modules/github.com/valyala/fasthttp-1.34.0
master
go-admin
/
Dockerfile
Dockerfile
48 B
Verlauf
Originalformat
1
2
3
4
FROM golang:latest
WORKDIR /go/src/app
COPY . .