mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-26 22:31:17 +00:00
12 lines
111 B
Go
12 lines
111 B
Go
package sysModel
|
|
|
|
import "gin-vue-admin/config"
|
|
|
|
type System struct {
|
|
config config.Config
|
|
}
|
|
|
|
func test(){
|
|
|
|
}
|