summaryrefslogtreecommitdiff
path: root/vendor/github.com/gin-gonic/gin/context_appengine.go
blob: 96b339c4884c8f5c4209237172fee96f41b41883 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2017 Manu Martinez-Almeida. All rights reserved.
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.

//go:build appengine

package gin

func init() {
	defaultPlatform = PlatformGoogleAppEngine
}