sqlfmt Description The sqlfmt formats PostgreSQL statements in .go files into a consistent style. Example Unformatted SQL in a .go file package main import ( "database/sql" ) func sendSQL() int { var id int var db *sql.DB db.QueryRow(` select xxx ,xxx ,xxx , case when xxx is null then xxx el