You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

11
11
12
+
[go-aws-news](#go-aws-news)
13
+
*[Install](#install)
14
+
*[Usage](#usage)
15
+
-[Get Today's news](#get-today-s-news)
16
+
-[Get Yesterday's news](#get-yesterday-s-news)
17
+
-[Get all news for the month](#get-all-news-for-the-month)
18
+
-[Gets from a previous month](#gets-from-a-previous-month)
19
+
-[Print out announcements](#print-out-announcements)
20
+
-[Loop over news data](#loop-over-news-data)
21
+
-[Get news as JSON](#get-news-as-json)
22
+
-[Get news about a specific product](#get-news-about-a-specific-product)
23
+
*[Development](#development)
24
+
+[Test](#test)
25
+
12
26
## Install
13
27
14
28
```shell
15
-
go get "github.com/circa10a/go-aws-news"
29
+
go get -u "github.com/circa10a/go-aws-news"
16
30
```
17
31
18
32
## Usage
19
33
20
34
Methods return a slice of structs which include the announcement title, a link, and the date it was posted as well an error. This allows you to manipulate the data in whichever way you please, or simply use `Print()` to print a nice ASCII table to the console.
0 commit comments