blob: b40081cc0e7fe2d334ea4010351da7304708e8cd [file] [log] [blame]
all: test
test:
go test -v .
ex:
cd examples && ls *.go | xargs go build -o /tmp/ignore