Update golangci-lint and turn it on in CI
This commit is contained in:
committed by
Sylwia Szunejko
parent
a9ab270196
commit
ab80d70106
@@ -32,10 +32,10 @@ func (a assignment) writeCql(cql *bytes.Buffer) (names []string) {
|
||||
// UpdateBuilder builds CQL UPDATE statements.
|
||||
type UpdateBuilder struct {
|
||||
table string
|
||||
using using
|
||||
assignments []assignment
|
||||
where where
|
||||
_if _if
|
||||
using using
|
||||
exists bool
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user