From a698814107d550276fe92c57d1bcd5dc18baf60f Mon Sep 17 00:00:00 2001 From: Nozim Mehrubonov Date: Sun, 26 May 2024 21:13:35 +0100 Subject: [PATCH] Update fsm_test.go --- fsm_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsm_test.go b/fsm_test.go index 7ad8b2a..3fd474c 100644 --- a/fsm_test.go +++ b/fsm_test.go @@ -10,7 +10,7 @@ import ( // add sample comment here for sake or PR - +// test comment here type Thing struct { State fsm.State