cloudflare/cloudflared

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
02e7ffd5b7a319d07fccd1a014964065f71e41ed

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