#!/bin/sh
GOROOT=/opt/osstech/libexec/go
export GOROOT
exec /opt/osstech/libexec/go/bin/gofmt "$@"
