diff --git a/cmds/dutctl/dutctl.go b/cmds/dutctl/dutctl.go new file mode 100644 index 0000000..2edcfd9 --- /dev/null +++ b/cmds/dutctl/dutctl.go @@ -0,0 +1,7 @@ +package main + +import "log" + +func main() { + log.Println("Not yet implemented") +}