Support for GO v1.6.2
[ric-plt/xapp-frame.git] / pkg / xapp / xapp.go
index de355fb..68d9045 100755 (executable)
@@ -30,9 +30,16 @@ import (
        "strings"
        "sync/atomic"
        "syscall"
+       "testing"
        "time"
 )
 
+// For testing purpose
+var _ = func() bool {
+        testing.Init()
+        return true
+}()
+
 type ReadyCB func(interface{})
 type ShutdownCB func()