all: fix up missing or malformatted package doc comments

This commit is contained in:
Dan Kortschak
2018-06-07 14:07:56 +09:30
committed by Dan Kortschak
parent 14efad756b
commit 9b6dcf36f0
13 changed files with 56 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package lapack // import "gonum.org/v1/gonum/lapack"
package lapack
import "gonum.org/v1/gonum/blas"