mirror of
https://github.com/astaxie/beego.git
synced 2025-06-12 07:20:38 +00:00
dictinct system pkg and third pkg
This commit is contained in:
@ -4,11 +4,12 @@ package config
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"github.com/beego/x2j"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
"strconv"
|
||||
"sync"
|
||||
|
||||
"github.com/beego/x2j"
|
||||
)
|
||||
|
||||
type XMLConfig struct {
|
||||
|
@ -4,11 +4,12 @@ import (
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"github.com/beego/goyaml2"
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"os"
|
||||
"sync"
|
||||
|
||||
"github.com/beego/goyaml2"
|
||||
)
|
||||
|
||||
type YAMLConfig struct {
|
||||
|
Reference in New Issue
Block a user