Remove comment

This commit is contained in:
Adrian Macneil 2015-12-01 11:23:27 -08:00
parent 87f981da09
commit 80eec3fe7b

View file

@ -3,7 +3,7 @@ package main
import (
"database/sql"
"fmt"
_ "github.com/adrianmacneil/go-mysql" // mysql driver
_ "github.com/adrianmacneil/go-mysql"
"net/url"
"strings"
)