mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-15 11:13:02 -06:00
use exif-terminator
This commit is contained in:
parent
589bb9df02
commit
7d024ce74d
117 changed files with 3873 additions and 8725 deletions
15
vendor/github.com/dsoprea/go-utility/v2/filesystem/common.go
generated
vendored
Normal file
15
vendor/github.com/dsoprea/go-utility/v2/filesystem/common.go
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
package rifs
|
||||
|
||||
import (
|
||||
"os"
|
||||
"path"
|
||||
)
|
||||
|
||||
var (
|
||||
appPath string
|
||||
)
|
||||
|
||||
func init() {
|
||||
goPath := os.Getenv("GOPATH")
|
||||
appPath = path.Join(goPath, "src", "github.com", "dsoprea", "go-utility", "filesystem")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue