From 848f961c277525ebba3ab08fadc116970bcfed24 Mon Sep 17 00:00:00 2001
From: Nick White <git@njw.name>
Date: Tue, 14 Apr 2020 11:56:56 +0100
Subject: Add godoc documentation

---
 pkg/line/line.go | 1 +
 1 file changed, 1 insertion(+)

(limited to 'pkg/line')

diff --git a/pkg/line/line.go b/pkg/line/line.go
index b1e9021..bac7fa4 100644
--- a/pkg/line/line.go
+++ b/pkg/line/line.go
@@ -2,6 +2,7 @@
 // Use of this source code is governed by the GPLv3
 // license that can be found in the LICENSE file.
 
+// line contains various functions to manipulate ocr lines
 package line
 
 import (
-- 
cgit v1.2.1-24-ge1ad