[VOL-5246] - branch and release bbsim
VERSION
api/bbsim/bbsim.proto
api/bbsim/bbsim_dmi.proto
api/legacy/bbsim.proto
cmd/bbr/bbr.go
cmd/bbsim/bbsim.go
cmd/bbsimctl/bbsimctl.go
configs/bbsim.yaml
tests/bbr.groovy
tests/bbr.sh
tools/main.go
------------------------
o Copyright message update
o Append # [EOF]
cmd/bbr/bbr.go
cmd/bbsimctl/bbsimctl.go
tools/main.go
------------------------
o Run gofmt -s -e -w on sources to fix linting complaints.
Change-Id: I666f97b35ccfc012c02a54c0f99677be290a40d0
diff --git a/cmd/bbsimctl/bbsimctl.go b/cmd/bbsimctl/bbsimctl.go
index 9d1ed93..968cd51 100644
--- a/cmd/bbsimctl/bbsimctl.go
+++ b/cmd/bbsimctl/bbsimctl.go
@@ -61,3 +61,5 @@
os.Exit(1)
}
}
+
+// [EOF]