-
I am passing HTML form to data to a controller in Go. I am working off [boilerplate](https://github.com/Massad/gin-boilerplate/blob/master/README.md) to teach myself Go, and it includes form validatio…
-
The repository reference here is no longer available: https://github.com/vsouza/go-gin-boilerplate/blob/master/tests/test_main.go#L7
-
I'm having problems rendering templates. If all the template files are empty except the base template then there is no issue with the way my templates are currently. The problem is that I can't seem t…
-
Anyone know how to add a cache-busting strategy for static assets? For instance js & css asset links would render like `script src="app.1449087601.js"` when output to html, but that file would route t…
-
Some exciting additions are coming.
New web frameworks for the server: both Node and Go.
For Node, we're adding Koa to the stack, with its version 2.x - which will support `async`/`await`.
For …
-
Hi guys,
Hope you are all well !
I was giving a try to your awesome boilerplate and 3 questions popped in my mind quickly :-)
**1- Admin configuration setup from orm schema (at least semi-aut…
-
Hi @Massad , just take a look a good Gin boilerplate for my project and found this interesting!
But, got 404 when hit the http://localhost:9000/?
Any help! Thank you.
-
Can you please include the basic JS library requirements and the vendor folder in the repo. It would be easier for people to use the project, so they don't have to recreate the structure and find the …
-
A recent update of glide has made glide install very slow. We use glide install in Travis CI and a project that used to take ~2 minutes to build and run tests now takes >3 minutes just for the glide i…
-
Hello,
I'm a total newb at react/ go / gin environment. I modified an index.jsx page and even though i restarted the server , the updates are not showing up?! what gives...
I'm also running webpac…