Live data from Hacker News

Show HN: Parcel, a simple resource bundler for Golang

github.com

1–10 of 12 posts

Re: Show HN: Parcel, a simple resource bundler for Golang

#5

The project looks nice and easy to use but I wonder if it might be confused with the javascript bundler named Parcel. https://github.com/parcel-bundler/parcel

Really... One quick google and you realize there's another bundler of the same name. Can the author rename it to save them both for googlability?

Re: Show HN: Parcel, a simple resource bundler for Golang

#6

The project looks nice and easy to use but I wonder if it might be confused with the javascript bundler named Parcel. https://github.com/parcel-bundler/parcel

This was my immediate thought as well. Impossible to ignore a project with > 20k stars with the same name.

Re: Show HN: Parcel, a simple resource bundler for Golang

#8

The project looks nice and easy to use but I wonder if it might be confused with the javascript bundler named Parcel. https://github.com/parcel-bundler/parcel

Yes, please rename your package! Parcel is very popular in the JavaScript world.

Re: Show HN: Parcel, a simple resource bundler for Golang

#9
There are quiet a few of these applications. I wrote my own when I saw that go-bindata (which I'd previously been using) was abandoned.

For comparison purposes:

https://github.com/skx/implant

My code is smaller, but it doesn't contain the filesystem-walker, etc.

Post reply on HN