1 2 3 4 5 6
#!/bin/sh -e gofmt <<EOF package ${GOPACKAGE:-main} const initializeSQL = \`$(sed 's/`/` + "`" + `/g' "$@")\` EOF