remove fmt import

This commit is contained in:
alessio 2016-08-21 12:07:52 +02:00
parent ed20a98995
commit 82707d0897
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ import (
"sync" "sync"
"time" "time"
"errors" "errors"
"fmt"
) )
// The Project struct defines the informations about a project // The Project struct defines the informations about a project