Skip to content

Commit

Permalink
Merge pull request #95 from FlowingSPDG/deprecate-SimpleJSON
Browse files Browse the repository at this point in the history
Deprecate simple json, several fixes
  • Loading branch information
Shugo Kawamura authored Jan 7, 2020
2 parents e37acce + df2be38 commit 15f31d1
Show file tree
Hide file tree
Showing 13 changed files with 237 additions and 574 deletions.
2 changes: 1 addition & 1 deletion server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func init() {
SQLDBName: c.Section("sql").Key("database").MustString(""),
}
HOST = Cnf.HOST
fmt.Println(db.SQLAccess)
// fmt.Println(db.SQLAccess)
}

func main() {
Expand Down
Loading

0 comments on commit 15f31d1

Please sign in to comment.