1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-06 03:27:27 +00:00

gofmted -s

This commit is contained in:
Gerasimos Maropoulos
2016-10-25 16:49:57 +03:00
parent 78d145c207
commit ee9b153f6d
3 changed files with 5 additions and 5 deletions

View File

@@ -23,9 +23,9 @@ var (
// the available projects/examples to build & run using this command line tool
projects = map[string]project{
// the project type, passed on the get command : project.gopath & project.mainfile
"basic": project{remote: toslash(commonRepo, "basic", "backend")},
"static": project{remote: toslash(commonRepo, "static", "backend")},
"mongo": project{remote: toslash(commonRepo, "mongo", "backend")},
"basic": {remote: toslash(commonRepo, "basic", "backend")},
"static": {remote: toslash(commonRepo, "static", "backend")},
"mongo": {remote: toslash(commonRepo, "mongo", "backend")},
}
)