all repos — honk @ 4cf0d95097fb3366550ed3031d15e629a456ccba

my fork of honk

unused type
Ted Unangst tedu@tedunangst.com
Fri, 04 Feb 2022 12:43:09 -0500
commit

4cf0d95097fb3366550ed3031d15e629a456ccba

parent

7ec149e39f7d92d15839006747892e8b39dfd5c6

1 files changed, 0 insertions(+), 5 deletions(-)

jump to
M activity.goactivity.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) }