8f35e0a2b1
Version 0.1.13 ensures that (*Response).Body is always non-nil, so that calling Close() will not panic for unsuccessful responses.
8 lines
156 B
Modula-2
8 lines
156 B
Modula-2
module git.sr.ht/~sircmpwn/kineto
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
git.sr.ht/~adnano/go-gemini v0.1.13
|
|
git.sr.ht/~sircmpwn/getopt v0.0.0-20191230200459-23622cc906b3
|
|
)
|