From f7e446ef6fbf99a216f06541663148daf62a243c Mon Sep 17 00:00:00 2001 From: James Shubin Date: Sun, 13 Jul 2025 03:17:48 -0400 Subject: [PATCH] lang: core: example: nested: We don't use the func suffix anymore There are only functions, no need to add suffixes to file names. --- lang/core/example/nested/{hello_func.go => hello.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lang/core/example/nested/{hello_func.go => hello.go} (100%) diff --git a/lang/core/example/nested/hello_func.go b/lang/core/example/nested/hello.go similarity index 100% rename from lang/core/example/nested/hello_func.go rename to lang/core/example/nested/hello.go