updated doc

This commit is contained in:
Colin Henry 2023-04-04 23:19:05 -07:00
parent 390a54eb96
commit 1ec6f3c5c3
1 changed files with 1 additions and 1 deletions

View File

@ -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)