mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-14 03:12:44 +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(){
|
|
|
|
}
|