Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
removed constant no longer being used
Browse files Browse the repository at this point in the history
* thanks megacheck :)
  • Loading branch information
karrick committed Aug 15, 2017
1 parent 83ad7c6 commit a9bb8cd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions internal/gps/pkgtree/digest.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,7 @@ import (
"github.com/pkg/errors"
)

const (
osPathSeparator = string(filepath.Separator)

// when walking vendor root hierarchy, ignore file system nodes of the
// following types.
skipSpecialNodes = os.ModeDevice | os.ModeNamedPipe | os.ModeSocket | os.ModeCharDevice
)
const osPathSeparator = string(filepath.Separator)

// lineEndingReader is a `io.Reader` that converts CRLF sequences to LF.
//
Expand Down

0 comments on commit a9bb8cd

Please sign in to comment.