This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/configure | |
+++ b/configure | |
@@ -25181,7 +25181,7 @@ which seems to be undefined. Please make sure it is defined" >&2;} | |
rm -f "$ac_tmp/stdin" | |
case $ac_file in | |
-) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; | |
- *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; | |
+ *) mv "$ac_tmp/out" "$ac_file";; | |
esac \ | |
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"io/ioutil" | |
"net/http" | |
"runtime" | |
"time" | |
"gocv.io/x/gocv" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"io/ioutil" | |
"log" | |
"net/http" | |
"time" | |
"gocv.io/x/gocv" |