mirror of
https://github.com/stashapp/stash.git
synced 2025-12-15 21:03:22 +01:00
8 lines
109 B
Go
8 lines
109 B
Go
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/99designs/gqlgen"
|
|
_ "github.com/vektra/mockery/v2"
|
|
)
|