Skip to content

Commit

Permalink
updata build sort
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkerou committed Mar 27, 2021
1 parent d485f68 commit 5428711
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion binding/binding.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.

// +build !nomsgpack
//go:build !nomsgpack
// +build !nomsgpack

package binding

Expand Down
2 changes: 1 addition & 1 deletion binding/binding_msgpack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.

// +build !nomsgpack
//go:build !nomsgpack
// +build !nomsgpack

package binding

Expand Down
2 changes: 1 addition & 1 deletion binding/binding_nomsgpack.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.

// +build nomsgpack
//go:build nomsgpack
// +build nomsgpack

package binding

Expand Down
2 changes: 1 addition & 1 deletion binding/msgpack.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.

// +build !nomsgpack
//go:build !nomsgpack
// +build !nomsgpack

package binding

Expand Down
2 changes: 1 addition & 1 deletion binding/msgpack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.

// +build !nomsgpack
//go:build !nomsgpack
// +build !nomsgpack

package binding

Expand Down
2 changes: 1 addition & 1 deletion context_appengine.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.

// +build appengine
//go:build appengine
// +build appengine

package gin

Expand Down
2 changes: 1 addition & 1 deletion errors_1.13_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// +build go1.13
//go:build go1.13
// +build go1.13

package gin

Expand Down
2 changes: 1 addition & 1 deletion internal/json/json.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.

// +build !jsoniter
//go:build !jsoniter
// +build !jsoniter

package json

Expand Down
2 changes: 1 addition & 1 deletion internal/json/jsoniter.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.

// +build jsoniter
//go:build jsoniter
// +build jsoniter

package json

Expand Down
2 changes: 1 addition & 1 deletion render/msgpack.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.

// +build !nomsgpack
//go:build !nomsgpack
// +build !nomsgpack

package render

Expand Down
2 changes: 1 addition & 1 deletion render/render_msgpack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.

// +build !nomsgpack
//go:build !nomsgpack
// +build !nomsgpack

package render

Expand Down

0 comments on commit 5428711

Please sign in to comment.