updated doc

This commit is contained in:
Colin Henry 2023-04-04 23:19:05 -07:00
parent 390a54eb96
commit 1ec6f3c5c3

View File

@ -7,7 +7,7 @@ Example usage:
ctx, _ := context.WithCancel(context.Background()) ctx, _ := context.WithCancel(context.Background())
dba = &db.Actor{ dba = &db.Actor{
DB: s.db, DB: s.db,
ActionChan: make(chan db.Func), ActionChan: make(chan database.Func),
} }
go dba.Run(ctx) go dba.Run(ctx)