Browse Source

Fix #230

tags/v0.9.99
Unknown 10 years ago
parent
commit
32c5fa514c
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      models/repo.go

+ 3
- 0
models/repo.go View File

@@ -12,6 +12,7 @@ import (
"os/exec"
"path"
"path/filepath"
"sort"
"strings"
"time"
"unicode/utf8"
@@ -75,6 +76,8 @@ func LoadRepoConfig() {

LanguageIgns = typeFiles[0]
Licenses = typeFiles[1]
sort.Strings(LanguageIgns)
sort.Strings(Licenses)
}

func NewRepoContext() {

Loading…
Cancel
Save