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 f4ff188 commit 6af73e0Copy full SHA for 6af73e0
versioning.go
@@ -9,7 +9,7 @@ const (
9
V14
10
)
11
12
-var SpaceApiVersioning = map[string]VersionSchema {
+var SpaceApiVersioning = map[string]VersionSchema{
13
"12": V12,
14
"13": V12,
15
"14": V14,
0 commit comments