Skip to content

Commit 50fb1ff

Browse files
committed
Bumped v0.8.7
Signed-off-by: Vishal Rana <[email protected]>
1 parent 0c43d31 commit 50fb1ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package labstack
22

33
import (
4+
"sync"
45
"time"
56

67
"github.com/dghubble/sling"
@@ -45,6 +46,7 @@ func NewClient(accountID, apiKey string) *Client {
4546
func (c *Client) Cube() (cube *Cube) {
4647
cube = &Cube{
4748
sling: c.sling.Path("/cube"),
49+
mutex: new(sync.RWMutex),
4850
logger: c.logger,
4951
AccountID: c.accountID,
5052
APIKey: c.apiKey,

0 commit comments

Comments
 (0)