aboutsummaryrefslogtreecommitdiffstats
path: root/bug/person.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-13 16:13:40 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-13 16:13:40 +0200
commitbc12fee58e8bd86672793ae37d9f924158afb482 (patch)
treeb6506af647a5e6d3d8c053f2b284a3adc335d35b /bug/person.go
parente02294c8f372156945bbc43d70d4d36a07a3fbcf (diff)
downloadgit-bug-bc12fee58e8bd86672793ae37d9f924158afb482.tar.gz
create the Bug structure
Diffstat (limited to 'bug/person.go')
-rw-r--r--bug/person.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/person.go b/bug/person.go
index d47bc150..9541dbd8 100644
--- a/bug/person.go
+++ b/bug/person.go
@@ -2,9 +2,9 @@ package bug
import (
"encoding/json"
+ "errors"
"github.com/MichaelMure/git-bug/repository"
"github.com/MichaelMure/git-bug/util"
- "github.com/pkg/errors"
)
type Person struct {