diff options
| author | demo <demo@antix1> | 2026-05-30 11:19:45 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-30 11:19:45 -0400 |
| commit | 607912892bc7f1dbbdf9a8a42bc91cdb9f480079 (patch) | |
| tree | e1ecd4827fbb9de57c9bd0e113e1bec2b93de5d6 /hamlet.go | |
| parent | a7822e4da505e1aac12cd487a2b791ef1fe2cd41 (diff) | |
style: rename Value to Assert
Diffstat (limited to 'hamlet.go')
| -rw-r--r-- | hamlet.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ type Assertion struct { value bool } -func (a Assertion) Value() bool { +func (a Assertion) Assert() bool { return a.value } |
