xormplus
9 years ago
1 changed files with
1 additions and
2 deletions
-
1
2
sqlmap.go
|
@@ -1,10 +1,9 @@
|
|
|
package xorm
|
|
package xorm
|
|
|
|
|
|
|
|
import (
|
|
import (
|
|
|
- // "encoding/base64"
|
|
|
|
|
"encoding/xml"
|
|
"encoding/xml"
|
|
|
"io/ioutil"
|
|
"io/ioutil"
|
|
|
- // "log"
|
|
|
|
|
|
|
+
|
|
|
"os"
|
|
"os"
|
|
|
"path/filepath"
|
|
"path/filepath"
|
|
|
"strings"
|
|
"strings"
|