palantir / godel

Go tool for formatting, checking, building, distributing and publishing projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Windows

nmiyake opened this issue · comments

At a high level, this would require:

  • Provide a replacement/alternative for invocation script besides godelw (godel.bat or similar)
  • Audit for any places where / is assumed as path separator and use path.Join or equivalent
  • Publish Windows binaries for gödel and all plugins and release them
  • Ensure that plugin/asset invocation handles adding .exe on Windows