/
githubmirror
/
gin
Обзор
Документация
Войти
/
githubmirror
/
gin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.8.0
context_appengine.go
12 строк
281 B
thinkerou
chore: update go.mod and remove space from copyright (#3158)
28 май 2022, 05:42
Не верифицирован
28 май 2022, 05:42
4b68a5f
Код
Авторство
О чём код?
// 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 }