command
Version:
v0.0.0-...-a4efb6c
Opens a new window with list of versions in this module.
Published: Jan 13, 2026
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Genproject
This is simply a tool to generate a base project for new code. It will create:
- an
errors package that wraps our errors library and stdlib errors
- a
context package that wraps our context library and stdlib context
- a
main.go file that calls init.Service()
Simple go to the empty directory you want to start a project in and call this binary:
genproject
And the files and directories will be created for you.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.