https://github.com/litongjava/go-rm-build
用go语言写一个命令行程序从 ,删除指定路径的下的所有的build文件夹
https://github.com/litongjava/go-rm-build
Last synced: 14 days ago
JSON representation
用go语言写一个命令行程序从 ,删除指定路径的下的所有的build文件夹
- Host: GitHub
- URL: https://github.com/litongjava/go-rm-build
- Owner: litongjava
- License: apache-2.0
- Created: 2023-05-26T04:57:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-26T05:02:37.000Z (about 3 years ago)
- Last Synced: 2025-01-26T04:09:57.443Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# go-rm-build
用go语言写一个命令行程序,删除指定路径的下的所有的build文件夹
启动命令
```shell
go-rm-build F:\code\android
```