Rename variable for testing

This commit is contained in:
Radhi Fadlillah
2017-05-22 22:34:03 +07:00
parent 41874e9ac7
commit 34d27b75c9
2 changed files with 9 additions and 9 deletions

View File

@@ -5,6 +5,10 @@ import (
"strings"
)
var testDevice = Device{
XAddr: "http://192.168.1.75:5000/onvif/device_service",
}
func interfaceToString(src interface{}) string {
str, _ := src.(string)
return str