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

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文件夹

Awesome Lists containing this project

README

          

# go-rm-build
用go语言写一个命令行程序,删除指定路径的下的所有的build文件夹

启动命令
```shell
go-rm-build F:\code\android
```