feat: update ini pkg
This commit is contained in:
5
file.go
5
file.go
@@ -10,7 +10,6 @@ package serialize
|
||||
import (
|
||||
"encoding/xml"
|
||||
"errors"
|
||||
"git.zhangdeman.cn/zhangdeman/consts"
|
||||
"io"
|
||||
"net/http"
|
||||
"net/url"
|
||||
@@ -19,11 +18,13 @@ import (
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
"git.zhangdeman.cn/zhangdeman/consts"
|
||||
|
||||
"github.com/BurntSushi/toml"
|
||||
|
||||
"git.zhangdeman.cn/zhangdeman/util/define"
|
||||
|
||||
"github.com/go-ini/ini"
|
||||
"gopkg.in/ini.v1"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user