File tree Expand file tree Collapse file tree 11 files changed +13
-2
lines changed
Expand file tree Collapse file tree 11 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 22// Use of this source code is governed by a MIT style
33// license that can be found in the LICENSE file.
44
5+ //go:build !nomsgpack
56// +build !nomsgpack
67
78package binding
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a MIT style
33// license that can be found in the LICENSE file.
44
5+ //go:build !nomsgpack
56// +build !nomsgpack
67
78package binding
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a MIT style
33// license that can be found in the LICENSE file.
44
5+ //go:build nomsgpack
56// +build nomsgpack
67
78package binding
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a MIT style
33// license that can be found in the LICENSE file.
44
5+ //go:build !nomsgpack
56// +build !nomsgpack
67
78package binding
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a MIT style
33// license that can be found in the LICENSE file.
44
5+ //go:build !nomsgpack
56// +build !nomsgpack
67
78package binding
Original file line number Diff line number Diff line change 1- // +build appengine
2-
31// Copyright 2017 Manu Martinez-Almeida. All rights reserved.
42// Use of this source code is governed by a MIT style
53// license that can be found in the LICENSE file.
64
5+ //go:build appengine
6+ // +build appengine
7+
78package gin
89
910func init () {
Original file line number Diff line number Diff line change 1+ //go:build go1.13
12// +build go1.13
23
34package gin
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a MIT style
33// license that can be found in the LICENSE file.
44
5+ //go:build !jsoniter
56// +build !jsoniter
67
78package json
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a MIT style
33// license that can be found in the LICENSE file.
44
5+ //go:build jsoniter
56// +build jsoniter
67
78package json
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a MIT style
33// license that can be found in the LICENSE file.
44
5+ //go:build !nomsgpack
56// +build !nomsgpack
67
78package render
You can’t perform that action at this time.
0 commit comments