mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-10 10:00:46 +09:00
GO-556 Fix linter
This commit is contained in:
parent
01d1321bda
commit
48be943bef
11 changed files with 108 additions and 141 deletions
|
@ -9,7 +9,6 @@ import (
|
|||
"io/ioutil"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
"github.com/gogo/protobuf/types"
|
||||
"github.com/textileio/go-threads/core/thread"
|
||||
|
@ -65,7 +64,6 @@ type objectCreator interface {
|
|||
|
||||
type builtinObjects struct {
|
||||
cancel func()
|
||||
l sync.Mutex
|
||||
source source.Service
|
||||
objectCreator objectCreator
|
||||
service *block.Service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue