Browse Source

Fix import

Ian Lozinski 9 years ago
parent
commit
131da82289
1 changed files with 1 additions and 0 deletions
  1. 1 0
      session_test.go

+ 1 - 0
session_test.go

@@ -4,6 +4,7 @@ package gocql
 
 import (
 	"fmt"
+	"sync"
 	"testing"
 )