mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-01-31 08:45:46 +00:00
8 lines
91 B
Go
8 lines
91 B
Go
|
package main
|
||
|
|
||
|
import "github.com/mentos1386/workspace/cmd"
|
||
|
|
||
|
func main() {
|
||
|
cmd.Execute()
|
||
|
}
|