#!/bin/sh

gofmt -w ~/src/main.go && git commit -am 'gofmt' && refresh
