mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
tools: upgrades gofumpt to v0.5.0 (#24637)
This commit is contained in:
@@ -21,8 +21,10 @@ import (
|
||||
)
|
||||
|
||||
// Verify MSSQLBackend satisfies the correct interfaces
|
||||
var _ physical.Backend = (*MSSQLBackend)(nil)
|
||||
var identifierRegex = regexp.MustCompile(`^[\p{L}_][\p{L}\p{Nd}@#$_]*$`)
|
||||
var (
|
||||
_ physical.Backend = (*MSSQLBackend)(nil)
|
||||
identifierRegex = regexp.MustCompile(`^[\p{L}_][\p{L}\p{Nd}@#$_]*$`)
|
||||
)
|
||||
|
||||
type MSSQLBackend struct {
|
||||
dbTable string
|
||||
|
||||
Reference in New Issue
Block a user