Skip to content

Commit

Permalink
chore: update clock exercise instructions to point to correct (#2735)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccadden authored Jan 5, 2024
1 parent a0c3b9f commit cb6c3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/clock/.docs/instructions.append.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ than pointers. Note also how most time.Time methods have value receivers
rather than pointer receivers.

For some useful guidelines on when to use a value receiver or a pointer
receiver see [Go Wiki: Receiver Type](https://github.com/golang/go/wiki/CodeReviewComments#receiver-type)
receiver see [Go Wiki: Receiver Type](https://go.dev/wiki/CodeReviewComments#receiver-type)

0 comments on commit cb6c3b6

Please sign in to comment.