init
This commit is contained in:
7
comet/nodes.go
Normal file
7
comet/nodes.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package comet
|
||||
|
||||
type Node struct {
|
||||
Current *Channel
|
||||
Next *Node
|
||||
Prev *Node
|
||||
}
|
||||
Reference in New Issue
Block a user