Sfoglia il codice sorgente

remove leftover comment.

Lucas Stadler 11 anni fa
parent
commit
3acd64f4c3
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0 4
      go/qst.go

+ 0 - 4
go/qst.go

@ -52,10 +52,6 @@ func main() {
52 52
	}
53 53
54 54
	file := args[0]
55
	// if !isFile(file) {
56
	// 	fmt.Fprintf(os.Stderr, "Error: %s is not a file.\n", file)
57
	// 	os.Exit(1)
58
	// }
59 55
60 56
	var cmd string
61 57
	if !flagEmpty(command) {