blob: e341a1cb78f9106c94c60699d5c04e603d5506ec [file] [log] [blame]
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -07001#!/bin/bash
2
3cd "$(dirname $0)"
4if [ -n "$(go fmt ./...)" ]; then
5 echo "Go code is not formatted, run 'go fmt github.com/google/stenographer/...'" >&2
6 exit 1
7fi