mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-10 22:56:35 +00:00
8 lines
106 B
Go
8 lines
106 B
Go
package connection
|
|
|
|
import (
|
|
jsoniter "github.com/json-iterator/go"
|
|
)
|
|
|
|
var json = jsoniter.ConfigFastest
|