summaryrefslogtreecommitdiff
path: root/vendor/github.com/gin-gonic/gin/context_appengine.go
blob: 931313f613f57f72010aee31ae986d798fdb711b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 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
// +build appengine

package gin

func init() {
	defaultPlatform = PlatformGoogleAppEngine
}