Skip to content

Commit a395a25

Browse files
committed
all: rename *_gen.go to *_gojay.go and add gojay build tag
1 parent a781a34 commit a395a25

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

error_gen.go renamed to error_gojay.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5+
// +build gojay
6+
57
package jsonrpc2
68

79
import (

types_gen.go renamed to types_gojay.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5+
// +build gojay
6+
57
package jsonrpc2
68

79
import (

0 commit comments

Comments
 (0)