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 02750f1 commit 7f2cb7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ fmt.Printf("%#v\n", to)

## Getter

In the following example, we read an unexported field of the given struct.

```go
person := struct {
name string
Expand Down

0 comments on commit 7f2cb7f

Please sign in to comment.