Procházet zdrojové kódy

Remove unfinished configuration initialization

master
Matt Baer před 9 roky
rodič
revize
3f491df75d
1 změnil soubory, kde provedl 0 přidání a 9 odebrání
  1. +0
    -9
      squigglelog.go

+ 0
- 9
squigglelog.go Zobrazit soubor

@@ -57,15 +57,6 @@ func main() {
outFilePtr := flag.String("o", defaultOutFile, "Squigglelog template file (defined name).")
flag.Parse()

c := configuration()
if c = nil {
c := configure()
}

if c != nil {
templateFilePtr = c.TemplateFile
}
entryFiles := getEntries()
entries := make([]Entry, len(*entryFiles))
i := 0


Načítá se…
Zrušit
Uložit