mirror of
https://github.com/stashapp/stash.git
synced 2025-12-16 21:34:14 +01:00
9 lines
93 B
Go
9 lines
93 B
Go
package main
|
|
|
|
import (
|
|
"github.com/vektra/mockery/v2/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|