Thanks to visit codestin.com Credit goes to github.com
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 9a4ed1e commit 0b7ccb8Copy full SHA for 0b7ccb8
docs/marks.md
@@ -19,7 +19,7 @@ different way in a UI.
19
```go
20
// Use a named type for all marks, for namespacing purposes.
21
type fromConfigType int
22
-val fromConfig fromConfigType
+var fromConfig fromConfigType
23
24
return val.Mark(fromConfig)
25
```
0 commit comments