{description}
- Replace all
{repo}with the actual repository name. - Replace all
{Package Name}with the actual package name. - Replace the
{description}with the actual package description. - Fill the
.github/CODEOWNERSwith the actual owners.- Configure access to the repository for the owners in https://github.com/wippyai/{repo}/settings/access
- Check that the
LICENSE.mdfile is present and contains the correct license information. - Customize the
CONTRIBUTING.mdfile with the actual contribution guidelines or remove it if not needed. - Fill the blocks below with the actual information or remove them if not needed.
Install the package using go get:
go get github.com/wippyai/{repo}For more advanced usage scenarios, check the documentation.
- Go 1.18+
- [Other dependencies]
# Clone the repository
git clone https://github.com/wippyai/{repo}.git
cd {repo}
# Install dependencies
go mod tidy
# Build the project
go build
# Testing
go test