Skip to content

Commit

Permalink
Auto-update style.md
Browse files Browse the repository at this point in the history
  • Loading branch information
empire authored and github-actions[bot] committed Jun 29, 2024
1 parent 94a644e commit 1bac0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func (h LogHandler) ServeHTTP(
### Receivers and Interfaces

Methods with value receivers can be called on pointers as well as values.
Methods with pointer receivers can only be called on pointers or [addressable values](https://go.dev/ref/spec#Address_operators).
Methods with pointer receivers can only be called on pointers or [addressable values](https://go.dev/ref/spec#Method_values).

For example,

Expand Down

0 comments on commit 1bac0ab

Please sign in to comment.