This is a boilerplate project to quickly start a Go project.
- Clone the repository:
git clone https://github.com/your-username/fast-boilerplate-go.git
- Navigate to the project directory:
cd fast-boilerplate-go
- Install dependencies:
go mod tidy
To run the project, use the command:
go run main.go <folder-name> <package-name>
To compile the project, use the command:
go build -o fast-go
This will generate an executable named fast-go
in the current directory.
To use the project after compilation, run the generated binary:
./fast-go <folder-name> <package-name>
- Fork the project.
- Create a new branch:
git checkout -b my-new-feature
- Make your changes and commit:
git commit -m 'Add new feature'
- Push to the original branch:
git push origin my-new-feature
- Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for more details.