#!/bin/bash
here=`dirname $0`
export GOROOT="`readlink -f $here/../lib/go`"
$here/../lib/go/bin/gofmt "$@"
