Skip to content

new api with context / http

Latest
Compare
Choose a tag to compare
@youthlin youthlin released this 25 Jun 09:54
· 1 commit 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")