kevinanielsen / go-fast-cdn

A fast and easy-to-use CDN, built with Go.
https://kevinanielsen.github.io/go-fast-cdn/
MIT License
107 stars 23 forks source link

feat: support for more OS #117

Closed Caixetadev closed 5 months ago

Caixetadev commented 5 months ago

This modification introduces logic into the Makefile so that depending on the operating system (OS), the appropriate command is executed to launch the application.

:warning: It was tested on Linux, the expected output on MacOS is Darwin and the uname -s command does not exist on Windows so I left it in else

Caixetadev commented 5 months ago

Don't merge this pr yet, I'll update it

kevinanielsen commented 5 months ago

So far it looks good - Make is problematic on windows anyway, so if it does not work on there, it is not a big problem.

Let me know when this is ready to be merged :)

Caixetadev commented 5 months ago

I think it's OK then