lang: core: Add package documentation string

This commit is contained in:
James Shubin
2024-02-22 23:15:02 -05:00
parent ffd6385dd5
commit 37569aae17

View File

@@ -15,6 +15,8 @@
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
// Package core contains core functions and other related facilities which are
// used in programs.
package core package core
import ( import (