all: add canonical imports

This commit is contained in:
kortschak
2017-05-25 15:32:00 +09:30
parent e72f0340f2
commit 37850ca814
53 changed files with 53 additions and 53 deletions

View File

@@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
// Package cgo provides an interface to bindings for a C LAPACK library.
package cgo
package cgo // import "gonum.org/v1/gonum/lapack/cgo"
import (
"math"