8 lines
81 B
Go
8 lines
81 B
Go
package main
|
|
|
|
import "framework_v2/internal/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|