Add empty "rove" executable
This commit is contained in:
parent
c2a46bf1ca
commit
0620b9ce99
1 changed files with 7 additions and 0 deletions
7
cmd/rove/main.go
Normal file
7
cmd/rove/main.go
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
package main
|
||||||
|
|
||||||
|
import "flag"
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
flag.Parse()
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue