fix: file name example/pack/packed/paked.go → example/pack/packed/packed.go (#3479)

This commit is contained in:
海亮 2024-04-15 20:11:01 +08:00 committed by GitHub
parent 2ee0c2bdac
commit 285e5a0580
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -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
}