renanbastos93 / boneless

A CLI (Command Line Interface) to create your apps with Service Weaver, using gomigrate, sqlc, and Fiber.
https://docs.goboneless.io/
Apache License 2.0
42 stars 2 forks source link

fix (🐛): Installing Boneless on Windows #19

Closed renanbastos93 closed 9 months ago

renanbastos93 commented 1 year ago

A problem was fixed when I tried to install Boneless on the Windows operating system because it doesn't have the same system calls (syscalls) as Linux. Therefore, a new specialized file was created using build flags to address this issue.

renanbastos93 commented 9 months ago

Temporarily closed because I don't have Windows for testing, but it's a way to solve it. We need to test it.