Skip to content

Commit caab778

Browse files
committed
vg/draw: add package level documentation
Fixes #678. Signed-off-by: Sebastien Binet <[email protected]>
1 parent 1b773c3 commit caab778

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: vg/draw/doc.go

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// Copyright ©2021 The Gonum Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
5+
// Package draw provides types and functions to draw shapes on a vg.Canvas.
6+
package draw

0 commit comments

Comments
 (0)