File: Guardfile

package info (click to toggle)
golang-github-jinzhu-now 0.0~git20151001.0.ce80572-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 72 kB
  • ctags: 55
  • sloc: makefile: 2
file content (3 lines) | stat: -rw-r--r-- 41 bytes parent folder | download | duplicates (4)
1
2
3
guard 'gotest' do
  watch(%r{\.go$})
end