Skip to content

Commit

Permalink
pe: godoc formatting fix
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Klotz <aklotz@ohmsoft.com>
  • Loading branch information
dblohm7 committed Jan 19, 2024
1 parent 5c586c9 commit 0502352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pe/pe.go
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ const (
// currently return the DataDirectoryEntry itself, however it will return more
// sophisticated information for the following values of idx:
//
// IMAGE_DIRECTORY_ENTRY_SECURITY returns []AuthenticodeCert
// IMAGE_DIRECTORY_ENTRY_DEBUG returns []IMAGE_DEBUG_DIRECTORY
// * IMAGE_DIRECTORY_ENTRY_SECURITY returns []AuthenticodeCert
// * IMAGE_DIRECTORY_ENTRY_DEBUG returns []IMAGE_DEBUG_DIRECTORY
//
// Note that other idx values _will_ be modified in the future to support more
// sophisticated return values, so be careful to structure your type assertions
Expand Down

0 comments on commit 0502352

Please sign in to comment.