# 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 🙂