Go library for interacting with https://golang.org/dl/
Go to file
jolheiser 67ed3dd681
continuous-integration/drone/push Build is passing Details
Better binary defaults (#2)
Reviewed-on: #2
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Co-committed-by: jolheiser <john.olheiser@gmail.com>
2021-08-09 04:10:25 +00:00
cmd/godl Better binary defaults (#2) 2021-08-09 04:10:25 +00:00
.drone.yml Initial commit 2021-08-08 16:34:22 -05:00
.gitignore Initial commit 2021-08-08 16:34:22 -05:00
LICENSE Initial commit 2021-08-08 16:34:22 -05:00
README.md Better binary defaults (#2) 2021-08-09 04:10:25 +00:00
dl.go Don't actually hit dl site (#1) 2021-08-09 03:06:59 +00:00
dl_test.go Don't actually hit dl site (#1) 2021-08-09 03:06:59 +00:00
go.mod Initial commit 2021-08-08 16:34:22 -05:00
go.sum Initial commit 2021-08-08 16:34:22 -05:00

README.md

dl

https://golang.org/dl/?mode=json

NOTE: This URL may not remain permanent, it is simply usable at the time of writing this library.

Installation

go install git.jojodev.com/golang/dl/cmd/godl@main

License

MIT