mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-10-09 03:26:42 +08:00
14 lines
313 B
Go
14 lines
313 B
Go
// Package sys
|
|
// @Link https://github.com/bufanyun/hotgo
|
|
// @Copyright Copyright (c) 2024 HotGo CLI
|
|
// @Author Ms <133814250@qq.com>
|
|
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
|
|
package sys
|
|
|
|
import (
|
|
"hotgo/addons/flashbanner/controller/admin/banner"
|
|
)
|
|
|
|
var (
|
|
Banner = banner.Banner
|
|
)
|