初始化捏
This commit is contained in:
14
bluePrint.go
Normal file
14
bluePrint.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package lab
|
||||
|
||||
import (
|
||||
"github.com/zire"
|
||||
)
|
||||
|
||||
type Application struct{}
|
||||
|
||||
func (a *Application) start() {}
|
||||
|
||||
func test() {
|
||||
app := zire.Karmaforge[Application]()
|
||||
app.start()
|
||||
}
|
||||
Reference in New Issue
Block a user