style: moved functions around
This commit is contained in:
9
pkg/deltanet/deltanet.go
Normal file
9
pkg/deltanet/deltanet.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// Package "deltanet" is a reduction strategy using ∆-nets.
|
||||
package deltanet
|
||||
|
||||
type Graph struct {
|
||||
nodes []Node
|
||||
}
|
||||
|
||||
type Node interface {
|
||||
}
|
||||
Reference in New Issue
Block a user