Skip to content

Commit 8319cf4

Browse files
committed
update
1 parent 2a0bc04 commit 8319cf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ package main
7373
func main() {
7474

7575
- foo := 10
76-
7776
config := &Config{
7877
- Foo: &foo,
7978
+ Foo: pointer.ToPointer(10)

0 commit comments

Comments
 (0)