This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
stash
mirror of
https://github.com/stashapp/stash.git
Watch
1
Star
1
Fork
You've already forked stash
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
03f5e1a442
stash
/
tools.go
8 lines
75 B
Go
Raw
Normal View
History
Unescape
Escape
Use vendor when building (#201) * Use vendor code for all go calls * Add missing vendor dependencies * Add travis_retry to yarn install * Fix go test call
2019-11-16 16:03:28 +00:00
// +build tools
package
main
import
(
_
"github.com/99designs/gqlgen"
Change thumbnail default size and resize algorithm (#336) * Change thumbnail resize algorithm and add size parameter * Height -> Width * Change default size from 100px to 200px * Height -> width
2020-01-31 22:19:15 +00:00
)