xlab / c-for-go

Automatic C-Go Bindings Generator for Go Programming Language
https://c.for-go.com
MIT License
1.5k stars 119 forks source link

Always output forward slashes in generate comments. #87

Closed russ- closed 4 years ago

russ- commented 4 years ago

Previously, the generator used OS-specific path separators in the generated comments. This resulted in spurious changes in the generated files when running c-for-go on macOS/Linux vs Windows in the same project.

xlab commented 4 years ago

Oof! Thank you very much for preparing a ready-to-merge PR for this :)