diff --git a/queue.go b/queue.go index b086f78..1758c10 100644 --- a/queue.go +++ b/queue.go @@ -7,7 +7,7 @@ import ( type ( Queue struct { Name string - Counter *Counter + Counter Counter } )