8b0fa4c1f9
mostly there
6 lines
68 B
Go
6 lines
68 B
Go
package reader
|
|
|
|
type Reader interface {
|
|
Read() (*RawMaze, error)
|
|
}
|