5 lines
88 B
Go
5 lines
88 B
Go
package infinitecraft
|
|
|
|
import "errors"
|
|
|
|
var ErrNotParsed = errors.New("not yet parsed")
|