文件名称:whatsnew:死了的简单AWS新增功能
文件大小:4KB
文件格式:ZIP
更新时间:2024-04-09 23:28:53
Go
什么是新的 使用Go语言编写的适用于超简单新闻获取程序。它使用aws.amazon.com API。 默认情况下,它显示25个最新更新,基本上反映了底部的“新增功能” 我计划支持下载所有已发布的新闻,并(可能)支持按产品或服务搜索新闻项。 用法 获得和它。 克隆仓库。 编译文件go build -o whatsnew main.go 运行./whatsnew | less Usage of ./whatsnew: -c string number of feeds to show (default "25") -p string page number (default "0") -w int line width (default 120) 例如,您可以使用以下命令将输出转储到文本文件: ./whatsnew > aws.tx
【文件预览】:
whatsnew-master
----.gitignore(269B)
----LICENSE(1KB)
----main.go(5KB)
----README.md(1KB)