Skip to content

Commit

Permalink
Gopt_App_Main doc
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Jan 8, 2024
1 parent 8106a4d commit 8838f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (p App) Run__1(addr string, mws ...func(h http.Handler) http.Handler) {
p.Run__0(os.DirFS("."), addr, mws...)
}

// Gopt_App_Main is required by Go+ compiler as the entry of a .yapx project.
// Gopt_App_Main is required by Go+ compiler as the entry of a YAP project.
func Gopt_App_Main(app Apper) {
app.initApp()
app.(interface{ MainEntry() }).MainEntry()
Expand Down

0 comments on commit 8838f5b

Please sign in to comment.