Skip to content

Commit

Permalink
Improve package comment for future godocs
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Sep 19, 2017
1 parent 7fe754e commit 0a3e579
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion opencv3.go
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
// package opencv3 is a wrapper around the latest OpenCV 3.x computer vision libs
// Package opencv3 is a wrapper around the latest OpenCV 3.x computer vision libs.
// It uses various C-styles wrappers around the C++ classes to avoid the complexity
// of SWIG with such a large and complex library.
package opencv3

0 comments on commit 0a3e579

Please sign in to comment.