mirror of
https://github.com/gonum/gonum.git
synced 2025-10-06 23:52:47 +08:00
7 lines
320 B
Go
7 lines
320 B
Go
// Copyright ©2018 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 util provides generated internal utility functions for DOT parsing.
|
|
package util // import "gonum.org/v1/gonum/graph/formats/dot/internal/util"
|