1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-17 21:07:54 +02:00

chore(examples/i18n): typo (#1250)

This commit is contained in:
Julian-Chu 2021-07-26 03:04:17 +02:00 committed by GitHub
parent 623fc5cb3f
commit c7fcd388b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ var ProviderSet = wire.NewSet(NewData, NewGreeterRepo)
// Data .
type Data struct {
// TODO warpped database client
// TODO wrapped database client
}
// NewData .