Skip to content

fs: add go doc links#269

Closed
dolmen wants to merge 1 commit intogotestyourself:mainfrom
dolmen-go:fs-add-godoc-links
Closed

fs: add go doc links#269
dolmen wants to merge 1 commit intogotestyourself:mainfrom
dolmen-go:fs-add-godoc-links

Conversation

@dolmen
Copy link
Contributor

@dolmen dolmen commented Jul 3, 2023

Add godoc links in package fs.

Copy link
Member

@dnephin dnephin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

// ManifestFromDir creates a [Manifest] by reading the directory at path. The
// manifest stores the structure and properties of files in the directory.
// ManifestFromDir can be used with Equal to compare two directories.
// ManifestFromDir can be used with [gotest.tools/v3/assert.Equal] to compare two directories.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// ManifestFromDir can be used with [gotest.tools/v3/assert.Equal] to compare two directories.
// ManifestFromDir can be used with [Equal] to compare two directories.

@dnephin dnephin mentioned this pull request Sep 16, 2023
@dnephin dnephin closed this in #275 Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants