mirror of
https://github.com/foomo/posh.git
synced 2025-10-16 12:45:38 +00:00
10 lines
86 B
Go
10 lines
86 B
Go
package main
|
|
|
|
import (
|
|
"github.com/foomo/posh/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|