1
0
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:
astaxie
2013-12-03 21:37:39 +08:00
parent 983f20642c
commit 3c91360d72
14 changed files with 27 additions and 16 deletions

View File

@ -4,11 +4,12 @@ package config
import (
"errors"
"github.com/beego/x2j"
"io/ioutil"
"os"
"strconv"
"sync"
"github.com/beego/x2j"
)
type XMLConfig struct {

View File

@ -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 {