ble-sensors/main.go

8 lines
91 B
Go
Raw Normal View History

2020-08-08 19:00:41 -05:00
package main
2020-08-13 00:13:15 -05:00
import "git.ocjtech.us/jeff/ble-sensors/cmd"
2020-08-08 19:00:41 -05:00
func main() {
cmd.Execute()
}