yugen

command
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 2, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

README

基于 yu 的代码自动生成器

使用参数说明

-m string

设置 go mod init 的名称,一般为项目的 git 路径,必须设置。

-b bool

是否创建完脚本后进行 go build,默认执行。

生成文件目录

.
├── Dockerfile
├── go.mod
├── go.sum
├── internal
│   ├── app
│   │   └── app.go
│   ├── db
│   │   ├── db.go
│   │   └── sqls.go
│   └── model
│       ├── config.go
│       ├── const.go
│       └── model.go
├── main.go
└── readme.md

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL