1
0
mirror of https://github.com/rancher/rke.git synced 2025-04-27 19:25:44 +00:00
rke/vendor/github.com/emicklei/go-restful/json.go
Darren Shepherd 1831ff1574 Update vendor
2020-03-27 10:55:19 -07:00

12 lines
172 B
Go

// +build !jsoniter
package restful
import "encoding/json"
var (
MarshalIndent = json.MarshalIndent
NewDecoder = json.NewDecoder
NewEncoder = json.NewEncoder
)