public interface IFileCopy { void copyFile(File source, File dest); }
sqlx
database/sql
go get github.com/jmoiron/sqlx