mirror of
https://github.com/kataras/iris.git
synced 2026-01-06 03:27:27 +00:00
gofmted -s
This commit is contained in:
@@ -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")},
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user