Commit Graph

9 Commits

Author SHA1 Message Date
Erik Winter 71bd998f64 updated README.md 2020-04-01 11:25:30 +02:00
Erik Winter d35559b4ed updated import path to current location 2020-04-01 11:20:15 +02:00
Erik Winter f1eba5bb1e Merge branch 'hh-126-alias-add-details-method' into 'master'
HH-129: add an alias for AddDetails method's functionality

See merge request go/kit!3
2019-10-29 10:34:19 +01:00
Victor Alves d8e3f3604e add an alias for AddDetails method's functionality
This change deprecates the method AddDetails over the method
AppendDetails for more clarity. The functionality has not been changed.

HH-129
2019-10-29 09:34:26 +01:00
Erik Winter f4f995e24f Merge branch 'hh-111-method-attach-error' into 'master'
HH-111: add AttachError() to log package

See merge request go/kit!2
2019-10-04 09:24:09 +02:00
Victor Alves bb2bad1ea8 add AttachError() to log package
AttachError() method add a new context to Logger with key 
`attached_error` as the keyword to contribute with the best practices 
when using the log package.

HH-111
2019-09-26 14:41:18 +02:00
Erik Winter 38a0889c15 Merge branch 'hh-86-add-packages' into 'master'
HH-86: add log, slugify, herror and test packages

See merge request go/kit!1
2019-08-29 14:51:20 +02:00
Victor Alves 945d4caf81 add log, slugify, herror and test packages
Adds log, slugify, herror and test packages initially created for
Hungry Hippo project. This also includes a Makefile to help testing
all packages, consolidate coverage report, exame Go source and ensure
format, a gitlab-cy.yml file.

HH-86
2019-08-29 10:35:21 +02:00
Victor Alves 1b94ad4658 Initial commit 2019-08-21 09:42:51 +02:00