build: convert to go:build directives (#2664)
This commit is contained in:
		@ -2,6 +2,7 @@
 | 
			
		||||
// Use of this source code is governed by a MIT style
 | 
			
		||||
// license that can be found in the LICENSE file.
 | 
			
		||||
 | 
			
		||||
//go:build !jsoniter
 | 
			
		||||
// +build !jsoniter
 | 
			
		||||
 | 
			
		||||
package json
 | 
			
		||||
 | 
			
		||||
@ -2,6 +2,7 @@
 | 
			
		||||
// Use of this source code is governed by a MIT style
 | 
			
		||||
// license that can be found in the LICENSE file.
 | 
			
		||||
 | 
			
		||||
//go:build jsoniter
 | 
			
		||||
// +build jsoniter
 | 
			
		||||
 | 
			
		||||
package json
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user