Skip to content

Commit

Permalink
vg/draw: add package level documentation
Browse files Browse the repository at this point in the history
Fixes #678.

Signed-off-by: Sebastien Binet <binet@cern.ch>
  • Loading branch information
sbinet committed Mar 10, 2021
1 parent 1b773c3 commit caab778
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vg/draw/doc.go
@@ -0,0 +1,6 @@
// Copyright ©2021 The Gonum Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// Package draw provides types and functions to draw shapes on a vg.Canvas.
package draw

0 comments on commit caab778

Please sign in to comment.