mirror of
https://github.com/stashapp/stash.git
synced 2025-12-16 20:07:05 +03:00
9 lines
87 B
Go
9 lines
87 B
Go
//go:build tools
|
|
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/matryer/moq"
|
|
)
|