Skip to content

Commit fa0fa65

Browse files
authored
Merge pull request revel#1075 from revel/move-skeleton-to-cmd-repo
Skeleton moved successfully to cmd repo
2 parents 3f0954e + eea598b commit fa0fa65

23 files changed

+2
-569
lines changed

server.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ func Run(port int) {
141141
Server = &http.Server{
142142
Addr: localAddress,
143143
Handler: http.HandlerFunc(handle),
144-
ReadTimeout: time.Duration(Config.IntDefault("timeout.read", 0)) * time.Second,
145-
WriteTimeout: time.Duration(Config.IntDefault("timeout.write", 0)) * time.Second,
144+
ReadTimeout: time.Duration(Config.IntDefault("http.timeout.read", 0)) * time.Second,
145+
WriteTimeout: time.Duration(Config.IntDefault("http.timeout.write", 0)) * time.Second,
146146
}
147147

148148
InitServer()

skeleton/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

skeleton/README.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

skeleton/app/controllers/app.go

Lines changed: 0 additions & 11 deletions
This file was deleted.

skeleton/app/init.go

Lines changed: 0 additions & 38 deletions
This file was deleted.

skeleton/app/views/App/Index.html

Lines changed: 0 additions & 21 deletions
This file was deleted.

skeleton/app/views/debug.html

Lines changed: 0 additions & 64 deletions
This file was deleted.

skeleton/app/views/errors/404.html

Lines changed: 0 additions & 20 deletions
This file was deleted.

skeleton/app/views/errors/500.html

Lines changed: 0 additions & 16 deletions
This file was deleted.

skeleton/app/views/flash.html

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy