Open jecofang01 opened 4 years ago
It looks like goimports isn't being run on the Windows build.
The pasted code is raw output without calling gofmt
, goimports
tools.
github workflow Windows OS make
binary file is Chocolatey -> mingw64 -> mingw32-make
.
Please do not post any internal, closed source snippets on this public issue tracker!
Description
The generated code does not keep consistent between windows and mac. Lots of unexpected leading space in the windows generated version. The leading space cause patching failure.
Steps to Reproduce
Expected behavior
The generated code keep consistent.
Actual behavior
Your Environment