package main import ( "hbr-raw/cmd" ) func main() { cmd.Execute() }