example icon indicating copy to clipboard operation
example copied to clipboard

A simple example show how to quickly run GoAdmin

Results 5 example issues
Sort by recently updated
recently updated
newest added

The tables folder is a main package. ```` make generate go install github.com/GoAdminGroup/go-admin/adm go: finding module for package github.com/AlecAivazis/survey/v2 go: downloading github.com/lib/pq v1.3.0 go: finding module for package github.com/jawher/mow.cli go:...

please check this link: https://demo.go-admin.com/admin/login?ref=javascript:alert();// after successful login XSS will be fired

Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.5.0 to 1.9.0. Release notes Sourced from github.com/gin-gonic/gin's releases. v1.9.0 Changelog BREAK CHANGES Stop useless panicking in context and render #2150 BUG FIXES fix(router): tree bug where...

dependencies

Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.15.1 to 1.34.0. Release notes Sourced from github.com/valyala/fasthttp's releases. v1.34.0 59f94a3 Update github.com/klauspost/compress (#1237) (Mikhail Faraponov) 62c15a5 Don't reset RequestCtx.s (#1234) (Erik Dubbelboer) 7670c6e Fix windows tests...

dependencies

原来代码 启动后 也不打印 监听地址 (端口), 配置文件 也没有, 要去 `main.go` 才能找到 地址是啥. 加上了 启动时 打印 listen 的 地址的日志.