mirror of
https://gitee.com/johng/gf.git
synced 2024-11-29 18:57:44 +08:00
fix: file name example/pack/packed/paked.go → example/pack/packed/packed.go (#3479)
This commit is contained in:
parent
2ee0c2bdac
commit
285e5a0580
@ -30,5 +30,9 @@ func main() {
|
||||
content = g.I18n().T(ctx, `{#hello} {#world}!`)
|
||||
r.Response.Write(content)
|
||||
})
|
||||
s.SetErrorLogEnabled(true)
|
||||
s.SetAccessLogEnabled(true)
|
||||
s.Run()
|
||||
// gf pack resource packed/packed.go
|
||||
// http://127.0.0.1:8199/index.html
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user