I've published a V0.1 of my first go project. It's another StaticSiteGenerator (yay!). Really wrote it in order to get my feet wet with something that I'm hoping to actually use (ya, another person who will likely fail at writing blog content regularly haha).
Some of the things I'm still not satisfied with:
-File layout. What's the "idiomatic" way of layout out packages / files in Go? Seems like the wild wild west to me!
-Polluting packages. I'm used to languages like Java where I can hide my private helper functions inside of a class without polluting the codebase... Go doesn't seem to work like that
-things I just don't know!
Any / all feedback would be GREATLY appreciated. Again, I don't expect people to ACTUALLY use this project. Just wrote it for myself. Thanks!