issues
search
blackducksoftware
/
hub-client-go
Hub Client for Go (golang)
Apache License 2.0
9
stars
19
forks
source link
add juju/errors for improved error context reporting
#21
Closed
mattfenwick
closed
6 years ago
mattfenwick
commented
6 years ago
Advantages of juju:
additional context in
error
objects
reduces number of error logging statements needed (because all context can be provided from a single one)
errors provide a stack trace of information
Additional changes:
move
httpStart
to right before http request is issued
Advantages of juju:
error
objectsAdditional changes:
httpStart
to right before http request is issued