Versions in this module Expand all Collapse all v1 v1.0.1 Nov 25, 2019 v1.0.0 Nov 25, 2019 Changes in this version + const BindingsDirectory + const BuildDirectory + const ContractsDirectory + const MigrationsDirectory + const ProjectConfigFilename + const TestsDirectory + var Licenses = make(map[string]License) + type License struct + Header string + Name string + PossibleMatches []string + Text string + type Project struct + func FindProject() (*Project, error) + func NewProject(projectName string) *Project + func NewProjectFromPath(absPath string) *Project + func (p *Project) License() License + func (p *Project) SrcPath() string + func (p *Project) TemplateData() map[string]interface{} + func (p Project) AbsPath() string + func (p Project) Name() string