We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b1cca commit 428dcfeCopy full SHA for 428dcfe
1 file changed
pci/pci.go
@@ -68,6 +68,8 @@ func readFromFile(f string, w, start, end int) (string, error) {
68
return "", errors.New("invalid start:end")
69
}
70
return ret[start:end], nil
71
+ } else {
72
+ return ret, nil
73
74
75
0 commit comments