We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0bc04 commit 8319cf4Copy full SHA for 8319cf4
README.md
@@ -73,7 +73,6 @@ package main
73
func main() {
74
75
- foo := 10
76
-
77
config := &Config{
78
- Foo: &foo,
79
+ Foo: pointer.ToPointer(10)
0 commit comments