DataHouse/gofmt.sh

15 lines
116 B
Bash

#!/bin/sh
cd controllers
go fmt
cd ../models
go fmt
cd ../routers
go fmt
cd ../watchlog
go fmt
cd ../xmpp
go fmt