Skip to content

Commit

Permalink
Uncomment unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Oct 31, 2021
1 parent 3bd7e2e commit 4b85196
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion link.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ type Link struct {
generator func() (interface{}, error)
}

// newLink is not meant to be called directly by external users. Use the `From*` functions in the parent package rangechain.
func newLink(generator func() (interface{}, error)) *Link {
return &Link{
generator: generator,
Expand Down

0 comments on commit 4b85196

Please sign in to comment.