dz0ny / gobu

Painless bootstrapping of golang
MIT License
11 stars 6 forks source link

Project starter #5

Open dz0ny opened 8 years ago

dz0ny commented 8 years ago

Example:

gubu -n my_app
— created .gitignore (https://github.com/dz0ny/gobu/blob/master/.gitignore)
— created src/my_project
— created Makefile (https://github.com/dz0ny/gobu/blob/master/Makefile)

Makefile should at least have bootstrap and build sections

gundalow commented 8 years ago

Hi, can you give a bit more detail of what you are after here and I can take a look?

dz0ny commented 8 years ago

@gundalow updated description