removed errors import
This commit is contained in:
parent
27f90a1db0
commit
a5eb8b0251
|
@ -9,7 +9,6 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
"errors"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// The Project struct defines the informations about a project
|
// The Project struct defines the informations about a project
|
||||||
|
|
Loading…
Reference in New Issue