mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Caption support (#2462)
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
8
vendor/github.com/asticode/go-astikit/astikit.go
generated
vendored
Normal file
8
vendor/github.com/asticode/go-astikit/astikit.go
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
package astikit
|
||||
|
||||
import "os"
|
||||
|
||||
// Default modes
|
||||
var (
|
||||
DefaultDirMode os.FileMode = 0755
|
||||
)
|
||||
Reference in New Issue
Block a user