From 37569aae173cb648a417b97b27730dfe91b49ce8 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Thu, 22 Feb 2024 23:15:02 -0500 Subject: [PATCH] lang: core: Add package documentation string --- lang/core/core.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/core/core.go b/lang/core/core.go index 8df050f3..7360bd99 100644 --- a/lang/core/core.go +++ b/lang/core/core.go @@ -15,6 +15,8 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . +// Package core contains core functions and other related facilities which are +// used in programs. package core import (