mirror of
https://github.com/outbackdingo/ghorg.git
synced 2026-02-05 00:15:52 +00:00
12 lines
143 B
Go
12 lines
143 B
Go
package main
|
|
|
|
import (
|
|
"github.com/gabrie30/ghorg/cmd"
|
|
"github.com/gabrie30/ghorg/configs"
|
|
)
|
|
|
|
func main() {
|
|
configs.Load()
|
|
cmd.Execute()
|
|
}
|