package main import ( "gofin/view" ) func main() { view.CreateView() view.PopulateView() }