mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
modify comments
This commit is contained in:
@@ -14,7 +14,7 @@ var (
|
||||
Container = &RequestIdContainer{}
|
||||
)
|
||||
|
||||
// InitializeRequestIdGenerator initialized the current request id generator according to the config
|
||||
// InitializeRequestIdGenerator initializes the current request id generator according to the config
|
||||
func InitializeRequestIdGenerator(config *settings.Config) error {
|
||||
generator, err := NewDefaultRequestIdGenerator(config)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user