mirror of
https://github.com/gonum/gonum.git
synced 2025-10-08 08:30:14 +08:00
graph/layout: reduce code duplication in layout tests
This commit is contained in:
@@ -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 layout
|
||||
package layout_test
|
||||
|
||||
import (
|
||||
"path/filepath"
|
||||
@@ -13,6 +13,8 @@ import (
|
||||
"gonum.org/v1/gonum/spatial/r2"
|
||||
"gonum.org/v1/plot"
|
||||
"gonum.org/v1/plot/vg"
|
||||
|
||||
. "gonum.org/v1/gonum/graph/layout"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user