update locale and mirror code format
This commit is contained in:
parent
d01e7b0173
commit
b231b8c927
3 changed files with 34 additions and 34 deletions
|
@ -75,8 +75,8 @@ func checkVersion() {
|
|||
// Check dependency version.
|
||||
checkers := []VerChecker{
|
||||
{"github.com/Unknwon/macaron", macaron.Version, "0.4.7"},
|
||||
{"github.com/macaron-contrib/binding", binding.Version, "0.0.2"},
|
||||
{"github.com/macaron-contrib/i18n", i18n.Version, "0.0.3"},
|
||||
{"github.com/macaron-contrib/binding", binding.Version, "0.0.3"},
|
||||
{"github.com/macaron-contrib/i18n", i18n.Version, "0.0.4"},
|
||||
{"github.com/macaron-contrib/session", session.Version, "0.0.5"},
|
||||
}
|
||||
for _, c := range checkers {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue