mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
10 lines
93 B
Go
10 lines
93 B
Go
package main
|
|
|
|
import (
|
|
"github.com/vektra/mockery/v2/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|