OSDN Git Service

feat(warder): add warder backbone (#181)
[bytom/vapor.git] / vendor / github.com / gin-gonic / gin / context_appengine.go
1 // +build appengine
2
3 // Copyright 2017 Manu Martinez-Almeida.  All rights reserved.
4 // Use of this source code is governed by a MIT style
5 // license that can be found in the LICENSE file.
6
7 package gin
8
9 func init() {
10         defaultAppEngine = true
11 }