command
module
Version:
v1.13.6
Opens a new window with list of versions in this module.
Published: Mar 27, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
FNC
fns codes generator
Install
Download
See releases
Build from source
go install github.com/aacfactory/fnc@latest
Usage
Create project
cd {your project dir}
fnc create -p {project mod path} .
Generate codes
mark go:generate
// main
// go:generate fnc codes .
func main() {
}
run generate
go generate
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.