cloudflare/cloudflared

Public

mirrored from https://github.com/cloudflare/cloudflaredAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
ac34f94d423273c8fa8fdbb5f2ac60e55f2c77d5

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

connection/json.go

7lines · modecode

1package connection
2
3import (
4 jsoniter "github.com/json-iterator/go"
5)
6
7var json = jsoniter.ConfigFastest
8