fix import path

This commit is contained in:
lqs 2020-07-28 18:23:54 +08:00
parent 6e7b78f28d
commit 258c4b9311
1 changed files with 1 additions and 1 deletions

View File

@ -3,8 +3,8 @@ package main
import (
"fmt"
_ "github.com/go-sql-driver/mysql"
"github.com/lqs/sqlingo/generator"
"os"
"sqlingo/generator"
"strings"
)