mirror of
https://github.com/stashapp/stash.git
synced 2026-01-05 23:25:04 +01:00
* Use vendor code for all go calls * Add missing vendor dependencies * Add travis_retry to yarn install * Fix go test call
5 lines
71 B
Go
5 lines
71 B
Go
// +build tools
|
|
|
|
package main
|
|
|
|
import _ "github.com/vektah/dataloaden"
|