#!/bin/sh

while true; do
    clear
    go test
    inotifywait -q -e modify -e create -e delete -r .
done