Skip to content

Commit a54a3d5

Browse files
Update README.md
1 parent e066f97 commit a54a3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func main() {
5454
log.Fatal(err)
5555
}
5656

57-
fmt.Println((*artists)[0])
57+
fmt.Println(artists[0])
5858

5959
}
6060
```

0 commit comments

Comments
 (0)