mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 23:53:40 +00:00
7 lines
91 B
Go
7 lines
91 B
Go
package main
|
|
|
|
import "github.com/mentos1386/workspace/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|