gorm/Guardfile
2013-10-25 22:31:56 +08:00

4 lines
41 B
Ruby

guard 'gotest' do
watch(%r{\.go$})
end