package
1.2.2
Repository: https://github.com/cuttle-ai/web-starter.git
Documentation: pkg.go.dev

# Functions

GoPath is the gopath in the system.

# Constants

AGPL3 type license.
AuthorEmail denotes the string to be replaced by the author email in the boilerplate code.
AuthorName denotes the string to be replaced by the author name in the boilerplate code.
BoilerPlatePackage is the boiler plate package name in the import packages.
BSD2 type license.
BSD3 type license.
CLOSED type license.
CuttleAI denotes the string to be replaced by the author across the lICENSE information in all files.
GPL2 type license.
GPL3 type license.
LicenseOrganisation is the refactor for organisation in the license files and license disclaimer in all the files.
LicenseProjectName is the refactor for project name in the license file.
LicenseTemplate is the refactor for LICENSE type like MIT-style, closed etc.
LicenseYear is the refactor for year in the license file.
MainProjectDescription is the refactor name of the project description in main.go file.
MainProjectName is the refactor name for the project name in main.go file.
MIT type license.
MitStyle denotes the string to be replaced by the LICENSE Template.
Organisation denotes the string to be replaced by the orgianisation in LICENSE files.
Package denotes the string to be replaced by the package in the boilerplate code.
ProjectDescription denotes the string to be replaced by the project description in the boilerplate code.
ProjectName denotes the string to be replaced by the project name in the boilerplate code.
ReadmeAuthorEmail is the refactor for author email for the author email in README.md file.
ReadmeAuthorName is the refactor for author name for the author name in README.md file.
ReadmePackage is the refactor package for the package in README.md file.
ReadmeProjectDescription is the refactor description for the project description in README.md file.
ReadmeProjectName is the refactor name for the project name in README.md file.
UNLICENSED type license.
VersionProjectName is the refactor name for the project name in version.go file.
Year denotes the string to be replaced by the year in LICENSE files.

# Variables

BoilerplatePackagePath is the package path of the boilr plate code.
BoilerplatePath is the absolute path to the boilerplate code.
ConfigPath is the path of the config package in the boilerplate code.
LicensesPath is the location where all license templates are kept.
LogPath is the path of the log package in the boilerplate code.
PackagePath is the package name of web starter project.
ResponsePath is the path of the response package in the boilerplate code.
RoutesPath is the path of the routes package in the boilerplate code.
Separator based on the os.
VersionPath is the path of the version package in the boilerplate code.

# Structs

Author refers to the initial project author.
License gives info about the license.
Project struct lists the information about the project.

# Type aliases

LicenseType is the type of license.