Browse Source

remove leftover comment.

Lucas Stadler 11 years ago
parent
commit
3acd64f4c3
1 changed files with 0 additions and 4 deletions
  1. 0 4
      go/qst.go

+ 0 - 4
go/qst.go

52
	}
52
	}
53
53
54
	file := args[0]
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
	var cmd string
56
	var cmd string
61
	if !flagEmpty(command) {
57
	if !flagEmpty(command) {