mirror of
https://github.com/gonum/gonum.git
synced 2025-12-24 13:47:56 +08:00
all: fix doc comments identified by staticcheck
All complaints in mathext/internal are ignored, and an unfortunate naming
of methods in spatial/{r2,r3} is now permanent.
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// Package error provides generated internal error functions for DOT parsing.
|
||||
// Package errors provides generated internal error functions for DOT parsing.
|
||||
package errors // import "gonum.org/v1/gonum/graph/formats/dot/internal/errors"
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// Package testsgraphs provides a number of graphs used for testing
|
||||
// Package testgraphs provides a number of graphs used for testing
|
||||
// routines in the path and path/dynamic packages.
|
||||
package testgraphs // import "gonum.org/v1/gonum/graph/path/internal/testgraphs"
|
||||
|
||||
Reference in New Issue
Block a user