github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/builtin/app/go/factory.go (about)

     1  package goapp
     2  
     3  import (
     4  	"github.com/hashicorp/otto/app"
     5  )
     6  
     7  func AppFactory() app.App {
     8  	return &App{}
     9  }