1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-10 18:10:49 +09:00

GO-556 Fix linter

This commit is contained in:
Sergey 2022-12-13 15:32:15 +05:00
parent 01d1321bda
commit 48be943bef
No known key found for this signature in database
GPG key ID: 2B848483FF11C82C
11 changed files with 108 additions and 141 deletions

View file

@ -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