quick-build-go-project

Crates.ioquick-build-go-project
lib.rsquick-build-go-project
version0.3.0
sourcesrc
created_at2022-10-14 05:56:03.314954
updated_at2022-10-14 06:26:20.564549
descriptionquickly build go project
homepage
repository
max_upload_size
id687964
size14,639
diwang (diwangtseb)

documentation

README

quick-build-go-project

Used to quickly generate the GO project structure

Specification from https://github.com/golang-standards/project-layout

You need to specify the directory name through the command line
ex:

project_name = "foobar";

How to run local:

    cargo run . project=foobar

How to run about release:

    ./quick-build-go-project project=foorbar;

support language template have:

    go gin

You look so cute 🙂

Commit count: 0

cargo fmt