mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
* Use vendor code for all go calls * Add missing vendor dependencies * Add travis_retry to yarn install * Fix go test call
6 lines
71 B
Go
6 lines
71 B
Go
// +build tools
|
|
|
|
package main
|
|
|
|
import _ "github.com/vektah/dataloaden"
|