mirror of
https://github.com/outbackdingo/ghorg.git
synced 2026-01-27 10:19:03 +00:00
setup skeleton
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
ghorg
|
||||
9
cmd/clone.go
Normal file
9
cmd/clone.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func Clone(arg string) {
|
||||
fmt.Println("Cloning Repos", arg)
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
func main() {
|
||||
fmt.Println("Hello, Ghorg")
|
||||
}
|
||||
Reference in New Issue
Block a user