From 607912892bc7f1dbbdf9a8a42bc91cdb9f480079 Mon Sep 17 00:00:00 2001 From: demo Date: Sat, 30 May 2026 11:19:45 -0400 Subject: style: rename Value to Assert --- hamlet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hamlet.go') diff --git a/hamlet.go b/hamlet.go index 1bdcc94..8b2a6b7 100644 --- a/hamlet.go +++ b/hamlet.go @@ -6,7 +6,7 @@ type Assertion struct { value bool } -func (a Assertion) Value() bool { +func (a Assertion) Assert() bool { return a.value } -- cgit v1.2.3