mirror of https://github.com/dsoprea/go-exif.git
backwards incompatible: Move exif-read-tool to command/
Per standard practice.dustin/master
parent
7ca1c7b13e
commit
dcd29a9733
|
@ -167,7 +167,7 @@ func TestMainJson(t *testing.T) {
|
|||
|
||||
func getAppFilepath() string {
|
||||
moduleRootPath := exifcommon.GetModuleRootPath()
|
||||
appFilepath := path.Join(moduleRootPath, "exif-read-tool", "main.go")
|
||||
appFilepath := path.Join(moduleRootPath, "command", "exif-read-tool", "main.go")
|
||||
|
||||
return appFilepath
|
||||
}
|
Loading…
Reference in New Issue