Iris has been updated to v4.4.0 . Fix travis plugin_test...

Read HISTORY.md
This commit is contained in:
Gerasimos Maropoulos 2016-09-27 16:56:47 +03:00
parent ebfbe5cd34
commit 4bf1d65877

View File

@ -73,11 +73,12 @@ func ExamplePlugins_Add() {
Plugins.Add(myplugin)
desc := Plugins.GetDescription(myplugin)
fmt.Println(desc)
go Listen(":8080")
if ok := <-Available; ok {
Close()
}
// travis have problems if I do that using
// Listen(":8080") and Close()
Plugins.DoPreListen(Default)
Plugins.DoPostListen(Default)
Plugins.DoPreClose(Default)
// Output:
// GetName Struct