package uboot import ( "fmt" "testing" ) func TestBootCmd(_ *testing.T) { cfg := BootEnvConfig{} fmt.Println(cfg.bootCmdOrDefault()) }