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