mirror of
https://github.com/stashapp/stash-box.git
synced 2026-02-04 21:35:26 -06:00
10 lines
127 B
Go
10 lines
127 B
Go
//go:build tools
|
|
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/99designs/gqlgen"
|
|
_ "github.com/vektah/dataloaden"
|
|
)
|