test
This commit is contained in:
parent
142411c0e5
commit
841262341a
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ func main() {
|
||||||
service.Set(locator, service.Singleton, markdown.NewRenderer)
|
service.Set(locator, service.Singleton, markdown.NewRenderer)
|
||||||
service.Set(locator, service.Singleton, cache.NewSimpleCache)
|
service.Set(locator, service.Singleton, cache.NewSimpleCache)
|
||||||
|
|
||||||
fmt.Printf("starting up server\n")
|
fmt.Printf("starting up server2\n")
|
||||||
|
|
||||||
h.Start(h.AppOpts{
|
h.Start(h.AppOpts{
|
||||||
ServiceLocator: locator,
|
ServiceLocator: locator,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue