Skip to content

Commit

Permalink
docs: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrukowski committed Mar 21, 2024
1 parent 965ee3b commit 185b54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ instead of having a direct pointer to a `struct`.
The receiver is a pointer, so eventually we cannot call the given method.
`Caller` handles that by creating a pointer to a copy of that value.

```
```go
type Person struct {
name string
age int
Expand Down

0 comments on commit 185b54c

Please sign in to comment.