mirror of
https://github.com/gabrie30/ghorg.git
synced 2025-08-07 06:47:14 +02: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()
|
|
}
|