Ver Código Fonte

remove mention of obsolete parameter.

we're now always watching. :)
Lucas Stadler 11 anos atrás
pai
commit
531b04a671
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      go/qst.go

+ 0 - 2
go/qst.go

@ -22,8 +22,6 @@ qst - detects the current project type and runs it
22 22
qst hello.rb - runs `ruby hello.rb`
23 23
qst hello.go - compiles & runs hello.go
24 24
25
qst -watch hello.go - watches changes to hello.go and recompiles and runs it on changes
26
27 25
*/
28 26
29 27
var mappings = map[string]func(string) string{