Skip to content

Commit 0a98237

Browse files
Merge pull request ardanlabs#42 from scottefein/patch-8
Missing )
2 parents 8d25e23 + 3a72904 commit 0a98237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10-standard_library/02-encoding/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ http://www.goinggo.net/2014/01/decode-json-documents-in-go.html
2929

3030
**Part B** Marshal the slice into pretty print strings and display each element.
3131

32-
[Template](exercises/template1/template1.go) ([Go Playground](http://play.golang.org/p/OkIHsVwMQ7) |
32+
[Template](exercises/template1/template1.go) ([Go Playground](http://play.golang.org/p/OkIHsVwMQ7)) |
3333
[Answer](exercises/exercise1/exercise1.go) ([Go Playground](http://play.golang.org/p/Huf8jEDUJO))
3434

3535
___

0 commit comments

Comments
 (0)