9glenda / nsowm

(In)active fork of sowm
MIT License
6 stars 2 forks source link

Remove the go file #11

Open netuser329 opened 2 years ago

netuser329 commented 2 years ago

The only go file in this project is a main function with 2 lines of code which kinda sucks to have a go compiled just for this so I’d recommend to replace it with a c or bash equivalent.

netuser329 commented 2 years ago

If you won’t do this you also could change it to 1 line of code if you don’t create a variable and instead print it directly

9glenda commented 2 years ago

If you know how to do it feel free to open a PR

I agree with you it’s really annoying for people who don’t use go to have to install it for this little file.