mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-26 17:18:01 +00:00
8 lines
91 B
Go
8 lines
91 B
Go
|
package main
|
||
|
|
||
|
import "github.com/mentos1386/workspace/cmd"
|
||
|
|
||
|
func main() {
|
||
|
cmd.Execute()
|
||
|
}
|