1
0
Fork 0
forked from External/grumble

Gofmt run.

This commit is contained in:
Mikkel Krautz 2011-05-20 12:30:31 +02:00
parent fec890da2f
commit 3eca9a9d3e
3 changed files with 3 additions and 2 deletions

View file

@ -209,7 +209,7 @@ func main() {
}
// win32 special-case
if matched, _ := regexp.MatchString("^[0-9]+.old$", name); matched {
sid, _ := strconv.Atoi64(name[0:len(name)-4])
sid, _ := strconv.Atoi64(name[0 : len(name)-4])
_, exists := servers[sid]
if !exists {
log.Printf("Recovering lost server %v", name)