mirror of
https://github.com/gonum/gonum.git
synced 2025-10-08 08:30:14 +08:00
all: add canonical imports
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user