Skip to content

Commit 4510031

Browse files
committed
Refactor code
1 parent 043a623 commit 4510031

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

database.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import (
1616
const (
1717
DBName = "column"
1818
PrimaryKey = "primary_key"
19+
DriverCassandra = "cassandra"
1920
)
2021

2122
type BuildParamFn func(int) string

0 commit comments

Comments
 (0)