wip: reorganized to go pkg structure
This commit is contained in:
committed by
=Michael Hohn
parent
198453ee90
commit
9750eeab20
4
pkg/queue/interfaces.go
Normal file
4
pkg/queue/interfaces.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package queue
|
||||
|
||||
type Queue interface {
|
||||
}
|
||||
4
pkg/queue/types.go
Normal file
4
pkg/queue/types.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package queue
|
||||
|
||||
type QueueSingle struct {
|
||||
}
|
||||
Reference in New Issue
Block a user