From ea3b3842c92db035d9bb63c2f5bf2889689e3251 Mon Sep 17 00:00:00 2001 From: Stephen Whitworth Date: Sun, 4 May 2014 09:48:00 +0100 Subject: [PATCH 1/2] Update utilities.go --- utilities/utilities.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utilities/utilities.go b/utilities/utilities.go index 7e1a184..f2a2464 100644 --- a/utilities/utilities.go +++ b/utilities/utilities.go @@ -1,3 +1,5 @@ +/* Package utilities implements a host of helpful miscellaneous functions to the library. */ + package utilities import ( From 7090138b886f1f09a7ac4f620945ced473ac44f1 Mon Sep 17 00:00:00 2001 From: Stephen Whitworth Date: Sun, 4 May 2014 09:49:20 +0100 Subject: [PATCH 2/2] Update golearn.go --- golearn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golearn.go b/golearn.go index c120c7d..11010b8 100644 --- a/golearn.go +++ b/golearn.go @@ -1,2 +1,2 @@ -//golearn is a machine learning library for Go. +//Package golearn is a machine learning library for Go. package golearn