unused type
Ted Unangst tedu@tedunangst.com
Fri, 04 Feb 2022 12:43:09 -0500
1 files changed,
0 insertions(+),
5 deletions(-)
jump to
M
activity.go
→
activity.go
@@ -100,11 +100,6 @@ log.Printf("successful post: %s %d", url, resp.StatusCode)
return nil } -type JunkError struct { - Junk junk.Junk - Err error -} - func GetJunk(url string) (junk.Junk, error) { return GetJunkTimeout(url, 30*time.Second) }