Installation

Install ModelsHandler using go get:


go get github.com/vrianta/golang
    

Importing the Package

Import the package into your Go project where you define your models:


import "github.com/vrianta/golang/model"

You can now start defining models using Go structs and the fluent field definition API.

Next Steps

From here, continue with: