finding a bug

This commit is contained in:
Daniel Ledda
2020-11-01 00:25:19 +01:00
parent e4c34b59a1
commit 8bbcea3e9d

View File

@@ -1,11 +1,11 @@
package main
import (
"fmt"
"database/sql"
_ "database/sql/driver"
"net/http"
_ "github.com/go-sql-driver/mysql"
"fmt"
"log"
"net/http"
//"net/url"
"time"
)