in llpath/path.go [204:210]
func MustParsePath(in string) Path { out, err := ParsePath(in) if err != nil { panic(err) } return out }