github.com/EngineerKamesh/gofullstack@v0.0.0-20180609171605-d41341d7d4ee/volume2/section6/gopherfaceauth/common/common.go (about)

     1  package common
     2  
     3  import "github.com/EngineerKamesh/gofullstack/volume2/section6/gopherfaceauth/common/datastore"
     4  
     5  type Env struct {
     6  	DB datastore.Datastore
     7  }