updated doc
This commit is contained in:
parent
390a54eb96
commit
1ec6f3c5c3
@ -7,7 +7,7 @@ Example usage:
|
||||
ctx, _ := context.WithCancel(context.Background())
|
||||
dba = &db.Actor{
|
||||
DB: s.db,
|
||||
ActionChan: make(chan db.Func),
|
||||
ActionChan: make(chan database.Func),
|
||||
}
|
||||
|
||||
go dba.Run(ctx)
|
||||
|
Loading…
Reference in New Issue
Block a user