chore: add README

main
Tran Hau 2021-01-21 15:51:50 +07:00
parent 2661b34e05
commit 2187a6ddf1
1 changed files with 13 additions and 0 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# license
Generate `LICENSE` file automatically.
Support:
- [MIT](https://choosealicense.com/licenses/mit/)
Use:
```sh
go run *.go --name MIT --output .
```