This commit is contained in:
Liang Ding 2014-11-12 11:32:04 +08:00
parent a12b72654d
commit e4ad515e7f
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ func getEditorMode(filenameExtension string) string {
func createFile(path, fileType string) bool {
switch fileType {
case "f":
file, err := os.OpenFile(path, os.O_CREATE, 0664)
file, err := os.OpenFile(path, os.O_CREATE, 0775)
if nil != err {
glog.Error(err)