mirror of
https://github.com/gabrie30/ghorg.git
synced 2025-08-10 08:17:10 +02:00
setup skeleton
This commit is contained in:
parent
ac7fe660b1
commit
01fe97fdfa
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")
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user