Files
Go-StudyExample/SourceAnalysisAndTool/jinzhu/copier/Guardfile
T

4 lines
41 B
Ruby
Raw Normal View History

2021-01-07 09:23:37 +08:00
guard 'gotest' do
watch(%r{\.go$})
end