Go-bootstrap

A simple library allowing easy usage of creating Bootstrap components. Additionally, it holds some generating code to generate on the fly both Table and Form Bootstrap elements from Go structs. Finally, it provides an easy to use, and extend interface for raw HTML generation, so custom elements or extensions are easy to make on this library.

Rationale

Why this project? I didn’t like that I had to write a lot of the same code for forms, and tables for my projects. And since often use Bootstrap, I thought lets merge this.

Go-bootstrap can be found here.