Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nws: update NWSPointProperties | siddharth | 2022-05-15 | 2 | -0/+8 |
| | | | | Add GridX and GridY. | ||||
* | nws: points -> Points | siddharth | 2022-05-15 | 2 | -4/+4 |
| | |||||
* | README.md: add heading | siddharth | 2022-05-15 | 1 | -0/+2 |
| | |||||
* | Makefile: update fmt and test | siddharth | 2022-05-08 | 1 | -2/+2 |
| | |||||
* | add nws package | siddharth | 2022-05-08 | 2 | -0/+98 |
| | |||||
* | http/client -> client | siddharth | 2022-05-08 | 2 | -0/+0 |
| | |||||
* | update LICENSE | siddharth | 2022-05-08 | 1 | -8/+8 |
| | |||||
* | update README.md | siddharth | 2022-04-24 | 1 | -1/+1 |
| | |||||
* | add README.md | siddharth | 2022-04-24 | 1 | -0/+1 |
| | |||||
* | http/client: update buildHeaders | siddharth | 2022-04-24 | 1 | -1/+1 |
| | | | | Update user agent string | ||||
* | http/client: update Get | siddharth | 2022-04-24 | 1 | -3/+1 |
| | | | | Feed result of `buildHeaders` directly to `clienn.Do` | ||||
* | http/client: update buildHeaders | siddharth | 2022-04-24 | 1 | -1/+2 |
| | | | | Ensure header set line is < 80 columns. | ||||
* | http/client: add test for Get | siddharth | 2022-04-24 | 2 | -0/+25 |
| | |||||
* | http/client: flesh out Get | siddharth | 2022-04-24 | 2 | -20/+31 |
| | |||||
* | version.go -> version/version.go | siddharth | 2022-04-24 | 1 | -1/+1 |
| | |||||
* | go.mod: bump up to go 1.16 | siddharth | 2022-04-24 | 1 | -1/+1 |
| | |||||
* | http/client: add http.go | siddharth | 2022-04-23 | 1 | -0/+20 |
| | |||||
* | add Makefile | siddharth | 2022-04-23 | 1 | -0/+11 |
| | |||||
* | add version.go | siddharth | 2022-04-23 | 2 | -2/+6 |
| | |||||
* | add main.go | siddharth | 2022-04-23 | 1 | -0/+8 |
| | |||||
* | add LICENSE | siddharth | 2022-04-23 | 1 | -0/+15 |
| | |||||
* | add .gitignore | siddharth | 2022-04-23 | 1 | -0/+1 |
| | |||||
* | initial commit | siddharth | 2022-04-23 | 1 | -0/+3 |