mirror of
https://github.com/coaidev/coai.git
synced 2025-05-20 05:20:15 +09:00
8 lines
97 B
Go
8 lines
97 B
Go
package admin
|
|
|
|
var MarketInstance *Market
|
|
|
|
func InitInstance() {
|
|
MarketInstance = NewMarket()
|
|
}
|