7 lines
114 B
Go
7 lines
114 B
Go
|
package init
|
||
|
|
||
|
import (
|
||
|
_ "golib.gaore.com/GaoreGo/beegoinit/db"
|
||
|
_ "golib.gaore.com/GaoreGo/beegoinit/routers"
|
||
|
)
|