From e44f2d88321c3ab824ce70f3961b55fc482126da Mon Sep 17 00:00:00 2001 From: bhakhar1515 <115606790+bhakhar1515@users.noreply.github.com> Date: Tue, 15 Nov 2022 16:00:43 +0530 Subject: [PATCH] notify --- chapter5/listing60/listing60.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter5/listing60/listing60.go b/chapter5/listing60/listing60.go index 7af6471c..00554ed3 100644 --- a/chapter5/listing60/listing60.go +++ b/chapter5/listing60/listing60.go @@ -13,7 +13,7 @@ type notifier interface { } // user defines a user in the program. -type user struct { +type user notify { name string email string }