Alphabetical imports

This commit is contained in:
Philip O'Toole 2016-02-28 11:46:49 -08:00
parent 09d5c45171
commit 960d6a342a
1 changed files with 2 additions and 1 deletions

View File

@ -2,9 +2,10 @@ package main
import (
"database/sql"
"github.com/mattn/go-sqlite3"
"log"
"os"
"github.com/mattn/go-sqlite3"
)
func main() {