A GoDoc, json to struct, conversion package.
- This is a Go package used to port Scripture Rosary data from a
.json
file into Go structs. - The imported
.json
file must have the same ER Schema used in:My Rosary Apps
python-curses, printf-time, jq-tput-terminal, or electron-container.
- Install Go: download
- Install the
struct-fmt
Go package## Install struct-fmt go get github.com/mezcel/struct-fmt
- Include in a Go script.
// Import this package into a Go program import "github.com/mezcel/struct-fmt" // or import structfmt "github.com/mezcel/struct-fmt"