Is it Windows compatible?
wargebitebane-glich opened this issue · 2 comments
wargebitebane-glich commented
Getting "panic: Body: Identity: Oid: SubIdentifiers: can not parse into empty struct parser.SubIdentifier" when running example from cmd/parse.
sleepinggenius2 commented
That error is due to changes that were made in the participle library and should be fixed with 80a996c. I would suggest using Go modules to prevent dependency issues like that.
I have not personally tested the library on Windows, but I wrote the code so that it should be supported. Please let me know if you run into any more problems.
wargebitebane-glich commented
Yes it helped. thanks