File: Guardfile

package info (click to toggle)
golang-github-jinzhu-now 1.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • 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