An open API service indexing awesome lists of open source software.

https://github.com/alswl/makefile-go

makefile scaffold for Go project
https://github.com/alswl/makefile-go

Last synced: 6 months ago
JSON representation

makefile scaffold for Go project

Awesome Lists containing this project

README

          

# makefile-go

makefile-go scaffold for Go project.

## Usage

```
cd ../your-project
cp -r path-to/makefile-go/hack .
cp -r path-to/makefile-go/Makefile .
# edit the Makefile, change the variables
```