/* Copyright © 2022 NAME HERE */ package main import ( "git.bullercodeworks.com/brian/boltbrowser/cmd" ) func main() { cmd.Execute() }