This website works better with JavaScript
Home
Explore
Help
Register
Sign In
github.com2
/
gocql_gocql
Watch
0
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fix import
Ian Lozinski
9 years ago
parent
a2034c70c1
commit
131da82289
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
session_test.go
+ 1
- 0
session_test.go
View File
@@ -4,6 +4,7 @@ package gocql
import (
"fmt"
+ "sync"
"testing"
)