mirror of
https://github.com/dsoprea/go-exif.git
synced 2025-05-31 11:41:57 +00:00
backwards incompatible: Move exif-read-tool to command/
Per standard practice.
This commit is contained in:
parent
7ca1c7b13e
commit
dcd29a9733
@ -167,7 +167,7 @@ func TestMainJson(t *testing.T) {
|
|||||||
|
|
||||||
func getAppFilepath() string {
|
func getAppFilepath() string {
|
||||||
moduleRootPath := exifcommon.GetModuleRootPath()
|
moduleRootPath := exifcommon.GetModuleRootPath()
|
||||||
appFilepath := path.Join(moduleRootPath, "exif-read-tool", "main.go")
|
appFilepath := path.Join(moduleRootPath, "command", "exif-read-tool", "main.go")
|
||||||
|
|
||||||
return appFilepath
|
return appFilepath
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user