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 (