File tree 11 files changed +13
-2
lines changed
11 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a MIT style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ //go:build !nomsgpack
5
6
// +build !nomsgpack
6
7
7
8
package binding
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a MIT style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ //go:build !nomsgpack
5
6
// +build !nomsgpack
6
7
7
8
package binding
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a MIT style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ //go:build nomsgpack
5
6
// +build nomsgpack
6
7
7
8
package binding
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a MIT style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ //go:build !nomsgpack
5
6
// +build !nomsgpack
6
7
7
8
package binding
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a MIT style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ //go:build !nomsgpack
5
6
// +build !nomsgpack
6
7
7
8
package binding
Original file line number Diff line number Diff line change 1
- // +build appengine
2
-
3
1
// Copyright 2017 Manu Martinez-Almeida. All rights reserved.
4
2
// Use of this source code is governed by a MIT style
5
3
// license that can be found in the LICENSE file.
6
4
5
+ //go:build appengine
6
+ // +build appengine
7
+
7
8
package gin
8
9
9
10
func init () {
Original file line number Diff line number Diff line change
1
+ //go:build go1.13
1
2
// +build go1.13
2
3
3
4
package gin
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a MIT style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ //go:build !jsoniter
5
6
// +build !jsoniter
6
7
7
8
package json
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a MIT style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ //go:build jsoniter
5
6
// +build jsoniter
6
7
7
8
package json
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a MIT style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ //go:build !nomsgpack
5
6
// +build !nomsgpack
6
7
7
8
package render
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a MIT style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ //go:build !nomsgpack
5
6
// +build !nomsgpack
6
7
7
8
package render
You can’t perform that action at this time.
0 commit comments