提交 d76598d2 编写于 作者: C Corey Butler

Merge branch 'master' of github.com:coreybutler/nvm-windows

......@@ -22,6 +22,9 @@ func SearchBytesInFile( path string, match string, limit int) bool {
return false;
}
// Close file upon return
defer file.Close()
// Allocate 1 byte array to perform the match
bit := make([]byte, 1);
j := 0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册