We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de69d2c commit 87bdfe9Copy full SHA for 87bdfe9
tests/slo/database/sql/storage.go
@@ -16,7 +16,6 @@ import (
16
"slo/internal/generator"
17
)
18
19
-//nolint:goconst
20
const (
21
createTemplate = `
22
CREATE TABLE ` + "`%s`" + ` (
tests/slo/native/storage.go
@@ -18,7 +18,6 @@ import (
23
upsertTemplate = `
24
PRAGMA TablePathPrefix("%s");
0 commit comments