ref: 70726c1a58fc6f62421ce1b5f6a12d9f12e91da4
parent: e546670c2359bda8f78ca8087124b37295692ffd
author: Michael Misch <michaelmisch1985@gmail.com>
date: Mon Oct 28 10:19:21 PDT 2019
unbreak go get
--- a/client.go
+++ b/client.go
@@ -12,6 +12,7 @@
_ "github.com/olmaxmedical/olmax_go/pages/help"
_ "github.com/olmaxmedical/olmax_go/pages/patient"
"github.com/olmaxmedical/olmax_go/router"
+
//"github.com/olmaxmedical/olmax_go/plugins"
"github.com/olmaxmedical/olmax_go/session"
)
@@ -33,7 +34,7 @@
}
log.Fatal("Unable to continue due to template errors")
}
- errs := router.ValidatePlugins()
+ //errs := router.ValidatePlugins()
go func() {
http.ListenAndServe(":6060", nil)
}()