https://github.com/labi-le/golang-project-template
makefile, linter
https://github.com/labi-le/golang-project-template
Last synced: 3 months ago
JSON representation
makefile, linter
- Host: GitHub
- URL: https://github.com/labi-le/golang-project-template
- Owner: labi-le
- Created: 2022-12-07T11:54:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T19:26:41.000Z (about 1 year ago)
- Last Synced: 2025-01-26T19:48:28.844Z (4 months ago)
- Language: Makefile
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# project-name
project description
## Dependencies
- ...
- ...## Install
```sh
make install
```## Usage
```
Usage of project-name:
...
...
...```
## Examples of usage
```
# comment
....# comment
....
```