Просмотр исходного кода

remove mention of obsolete parameter.

we're now always watching. :)
Lucas Stadler лет назад: 11
Родитель
Сommit
531b04a671
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      go/qst.go

+ 0 - 2
go/qst.go

22
qst hello.rb - runs `ruby hello.rb`
22
qst hello.rb - runs `ruby hello.rb`
23
qst hello.go - compiles & runs hello.go
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
var mappings = map[string]func(string) string{
27
var mappings = map[string]func(string) string{