kevinburke / go-html-boilerplate

Starter pack for doing web development in Go
MIT License
0 stars 0 forks source link

How are you using this project? What would you like to see? #6

Open kevinburke opened 6 years ago

kevinburke commented 6 years ago

I've built several projects using the rudiments implemented here, and I am wondering what you would like to see.

For example, I could add boilerplate to handle sessions, signup, log in and log out, writing to a datastore interface.