fix: remove unused init functions and imports
This commit is contained in:
@@ -2,7 +2,6 @@ package repository
|
||||
|
||||
import (
|
||||
"context"
|
||||
"strconv"
|
||||
|
||||
"next-terminal/server/common"
|
||||
"next-terminal/server/model"
|
||||
@@ -384,6 +383,4 @@ func (r authorisedWebsiteRepository) FindWithDetails(c context.Context, pageInde
|
||||
return
|
||||
}
|
||||
|
||||
func init() {
|
||||
_ = strconv.Itoa(0)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user