2021-01-21 08:51:50 +00:00
|
|
|
# license
|
|
|
|
|
2021-01-21 08:53:05 +00:00
|
|
|
[![Go](https://github.com/haunt98/license/workflows/Go/badge.svg?branch=main)](https://github.com/actions/setup-go)
|
|
|
|
|
2021-01-21 08:51:50 +00:00
|
|
|
Generate `LICENSE` file automatically.
|
|
|
|
|
|
|
|
Support:
|
|
|
|
|
|
|
|
- [MIT](https://choosealicense.com/licenses/mit/)
|
|
|
|
|
|
|
|
Use:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
go run *.go --name MIT --output .
|
|
|
|
```
|