remove fmt import
This commit is contained in:
parent
ed20a98995
commit
82707d0897
|
@ -10,7 +10,6 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
"errors"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
// The Project struct defines the informations about a project
|
||||
|
|
Loading…
Reference in New Issue