hexdigest / gowrap

GoWrap is a command line tool for generating decorators for Go interfaces
MIT License
1.06k stars 82 forks source link

Fixes 75: Make header template path use forward slash #76

Open stgraham2000 opened 1 year ago

stgraham2000 commented 1 year ago

Update the header template to replace any back slashes with forward slashes. This helps to make the generated code the same when generated from different platforms.