Hacker News new | ask | show | jobs
by michaelnny 751 days ago
Although I don’t know Go programming language, I do appreciate people making stuff using as minimal dependencies as possible. I’m glad that I’m not the only one who has this habit.
2 comments

Thanks! Go makes it really easy to go minimal dependencies.

I was able to build a website analytics project with just 2 dependencies (sqlite driver and bcrypt package) - https://github.com/sheshbabu/mouji?tab=readme-ov-file#philos...

it kinda looks like a small PHP boilerplate. Except with GO you still need some code to make templates render