Skip to content

new api with context / http

Latest

Choose a tag to compare

@youthlin youthlin released this 25 Jun 09:54
· 14 commits to main since this release
// in http middleware package
lang := t.GetUserLang(request)
ctx = t.SetCtxLocale(ctx, lang)

// ...

// in your service package
t := t.WithContext(ctx)
t.T("message")