Skip to content

Instantly share code, notes, and snippets.

@ara-ta3
Last active June 22, 2017 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ara-ta3/30282736d1140ff65ec4e7c92e54c839 to your computer and use it in GitHub Desktop.
Save ara-ta3/30282736d1140ff65ec4e7c92e54c839 to your computer and use it in GitHub Desktop.
<?php
echo "hoge";
package main
import "testing"
func TestHoge(t *testing.T) {
a := 1 + 1
if a != 2 {
t.Fatalf("1 + 1 != 2 !?")
}
}
test/watch:
reflex -r '\.go$$' -- go test {}
test/watch/config:
reflex -c reflex.conf
test/watch/config/fancy:
reflex -c reflex.conf -d fancy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment