Skip to content

Commit cc79eeb

Browse files
committedAug 17, 2023
style: remove commented imports [skip changelog]
1 parent f12b372 commit cc79eeb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
 

‎core/commands/dag/dag.go

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ import (
1313
cid "github.com/ipfs/go-cid"
1414
cidenc "github.com/ipfs/go-cidutil/cidenc"
1515
cmds "github.com/ipfs/go-ipfs-cmds"
16-
// gipfree "github.com/ipld/go-ipld-prime/impl/free"
17-
// gipselector "github.com/ipld/go-ipld-prime/traversal/selector"
18-
// gipselectorbuilder "github.com/ipld/go-ipld-prime/traversal/selector/builder"
1916
)
2017

2118
const (

‎repo/fsrepo/migrations/fetch.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ func osWithVariant() (string, error) {
184184
// "go-ipfs_v0.8.0-rc2_linux-amd64.tar.gz"
185185
//
186186
// This would form the path:
187-
// go-ipfs/v0.8.0/go-ipfs_v0.8.0_linux-amd64.tar.gz.
187+
// go-ipfs/v0.8.0/go-ipfs_v0.8.0_linux-amd64.tar.gz
188188
func makeArchivePath(dist, name, ver, atype string) (string, string) {
189189
arcName := fmt.Sprintf("%s_%s_%s-%s.%s", name, ver, runtime.GOOS, runtime.GOARCH, atype)
190190
return fmt.Sprintf("%s/%s/%s", dist, ver, arcName), arcName

0 commit comments

Comments
 (0)
Please sign in to comment.